Class GorgonLogConsole
Sends logging information into a Console window.
Inherited Members
Namespace: Gorgon.Diagnostics
Assembly: Gorgon.Windows.dll
Syntax
public class GorgonLogConsole : GorgonLog, IGorgonThreadedLog, IGorgonLog
Constructors
| Edit this page View SourceGorgonLogConsole(string, Version)
Initializes a new instance of the GorgonLog class.
Declaration
public GorgonLogConsole(string appname, Version version = null)
Parameters
Type | Name | Description |
---|---|---|
string | appname | File name for the log file. |
Version | version | [Optional] The version of the application that is logging. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown when the |
ArgumentEmptyException | Thrown when the |