Open.Core.LogWriter.Info C# (CSharp) Method

Info() public method

Writes a informational message to the log.
public Info ( object message ) : void
message object The messge to write (HTML).
return void
        public void Info(object message) { WriteSeverity(message, LogSeverity.Info); }