Click or drag to resize

ILogger Interface

Interface for Logger

Namespace:  Koden.Utils.Interfaces
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public interface ILogger

The ILogger type exposes the following members.

Properties
  NameDescription
Public propertyAppendToDayLogFile
Gets or sets a value indicating whether to append to the daily log file.
Public propertyCopyToConsole
Gets or sets a value indicating whether [copy to console].
Public propertyCurrentLogFile
Gets or sets the current log.
Public propertyIsDebug
Gets or sets a value indicating whether this instance is debug.
Public propertyIsEnabled
Gets or sets a value indicating whether this instance is enabled.
Public propertyIsVerbose
Gets or sets a value indicating whether this instance is verbose.
Public propertyLogErrorToEventLog
Gets or sets a value indicating whether to log errors to system event log.
Public propertyLogInformationToEventLog
Gets or sets a value indicating whether to log information records to system event log.
Public propertyLogToEventLog
Gets or sets a value indicating whether to log to the system event log.
Public propertyLogWarningToEventLog
Gets or sets a value indicating whether to log warnings to system event log.
Public propertySourceNameForEventLog
Gets or sets the source name for event log.
Top
Methods
  NameDescription
Public methodDebug
Debugs the specified message format.
Public methodDispose
Releases unmanaged and - optionally - managed resources.
Public methodEmptyLine
Empties the line.
Public methodError
Errors the specified message format.
Public methodFlushLog
Flushes the log.
Public methodInfo
Informations the specified message format.
Public methodRunningLog
Runnings the log.
Public methodSeparator
Separators the specified message.
Public methodToHTMLTable
To the HTML table.
Public methodVerbose
Verboses the specified message format.
Public methodWarning
Warnings the specified message format.
Public methodWriteRetVal
Writes the ret value.
Top
See Also