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

Title() public static method

Writes a informational message to the log (as a bold title).
public static Title ( string message ) : void
message string The messge to write (HTML).
return void
        public static void Title(string message) { Writer.Title(message); }