Open.Core.Log.Warning C# (CSharp) Method

Warning() public static method

Writes a warning to the log.
public static Warning ( object message ) : void
message object The messge to write (HTML).
return void
        public static void Warning(object message) { Writer.Warning(message); }