ILogger Methods

TegoOS

ILogger Methods

The ILogger type exposes the following members.

Methods
  Name Description
Public method Debug(Object)
Logs debug message
Public method Debug(Object, Exception)
Logs debug message and exception
Public method DebugFormat(String, Object)
Formats debug message Replaces the format items in a specified string with the string expression of a corresponding object in specific array
Public method DebugFormat(IFormatProvider, String, Object)
Formats debug message Replaces the format items in a specified string with the string expression of a corresponding object in specific array
Public method Error(Object)
Logs error message
Public method Error(Object, Exception)
Logs error message and exception
Public method ErrorFormat(String, Object)
Formats error message Replaces the format items in a specified string with the string expression of a corresponding object in specific array
Public method ErrorFormat(IFormatProvider, String, Object)
Formats error message Replaces the format items in a specified string with the string expression of a corresponding object in specific array
Public method Fatal(Object)
Logs fatal message
Public method Fatal(Object, Exception)
Logs fatal message and exception
Public method FatalFormat(String, Object)
Formats fatal message Replaces the format items in a specified string with the string expression of a corresponding object in specific array
Public method FatalFormat(IFormatProvider, String, Object)
Formats fatal message Replaces the format items in a specified string with the string expression of a corresponding object in specific array
Public method Info(Object)
Logs info message
Public method Info(Object, Exception)
Logs info message and exception
Public method InfoFormat(String, Object)
Formats info message Replaces the format items in a specified string with the string expression of a corresponding object in specific array
Public method InfoFormat(IFormatProvider, String, Object)
Formats info message Replaces the format items in a specified string with the string expression of a corresponding object in specific array
Public method Warn(Object)
Logs warning message
Public method Warn(Object, Exception)
Logs warning message and exception
Public method WarnFormat(String, Object)
Formats warning message Replaces the format items in a specified string with the string expression of a corresponding object in specific array
Public method WarnFormat(IFormatProvider, String, Object)
Formats warning message Replaces the format items in a specified string with the string expression of a corresponding object in specific array
Top
Extension Methods
  Name Description
Public Extension Method Debug
Logs debug message to Logger
(Defined by LoggingExtensions.)
Public Extension Method Error
Logs error message to Logger
(Defined by LoggingExtensions.)
Public Extension Method Fatal
Logs fatal message to Logger
(Defined by LoggingExtensions.)
Public Extension Method Info
Logs info message to Logger
(Defined by LoggingExtensions.)
Public Extension Method Warn
Logs warn message to Logger
(Defined by LoggingExtensions.)
Top
See Also