LoggingAdapter Members
The LoggingAdapter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Debug(String) |
Debugs the specified message.
|
![]() |
Debug(String, array<Object>[]()[][]) |
Debugs the specified format.
|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Error(Exception, String) |
Errors the specified cause.
|
![]() |
Error(String) |
Errors the specified message.
|
![]() |
Error(Exception, String, array<Object>[]()[][]) |
Errors the specified cause.
|
![]() |
Error(String, array<Object>[]()[][]) |
Errors the specified format.
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Info(String) |
Informations the specified message.
|
![]() |
Info(String, array<Object>[]()[][]) |
Informations the specified format.
|
![]() |
Log(LogLevel, String) |
Logs the specified log level.
|
![]() |
Log(LogLevel, String, array<Object>[]()[][]) |
Logs the specified log level.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
![]() |
Warn(String) |
Warns the specified message.
|
![]() |
Warn(String, array<Object>[]()[][]) |
Warns the specified format.
|