Click or drag to resize

ConsoleLogProvider Class

Log provider that writes output to the Console.
Inheritance Hierarchy

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The ConsoleLogProvider type exposes the following members.

Constructors
  NameDescription
Public methodConsoleLogProvider
Initializes a new instance of the ConsoleLogProvider class using Info.
Public methodConsoleLogProvider(LogLevel)
Initializes a new instance of the ConsoleLogProvider class.
Top
Properties
  NameDescription
Public propertyColorize
Gets or sets whether the output should be colorized.
Public propertyFilter
Gets or sets a filter on the log provider.
(Inherited from LogProvider.)
Public propertyLevel
Gets or sets the log level.
(Inherited from LogProvider.)
Top
Methods
  NameDescription
Protected methodDoLog
Logs a message at the specified log level.
(Overrides LogProviderDoLog(DateTime, LogLevel, String, String, Exception).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGenerateLogLine
Generates a default log line.
(Inherited from LogProvider.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLog(DateTime, LogLevel, String, String)
Log a message with no exception.
(Inherited from LogProvider.)
Public methodLog(DateTime, LogLevel, String, String, Exception)
Log a message.
(Inherited from LogProvider.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also