NullLogger Methods | Glimpse API Documentation |
The NullLogger type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Debug(String) |
Log message at Debug level.
| |
Debug(String, Exception) |
Log message at Debug level.
| |
Debug(String, Object ) |
Log message at Debug level.
| |
Debug(String, Exception, Object ) |
Log message at Debug level.
| |
Equals | (Inherited from Object.) | |
Error(String) |
Log message at Error level.
| |
Error(String, Exception) |
Log message at Error level.
| |
Error(String, Object ) |
Log message at Error level.
| |
Error(String, Exception, Object ) |
Log message at Error level.
| |
Fatal(String) |
Log message at Fatal level.
| |
Fatal(String, Exception) |
Log message at Fatal level.
| |
Fatal(String, Object ) |
Log message at Fatal level.
| |
Fatal(String, Exception, Object ) |
Log message at Fatal level.
| |
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) |
Log message at Info level.
| |
Info(String, Exception) |
Log message at Info level.
| |
Info(String, Object ) |
Log message at Info level.
| |
Info(String, Exception, Object ) |
Log message at Info 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.) | |
Trace(String) |
Log message at Trace level.
| |
Trace(String, Exception) |
Log message at Trace level.
| |
Trace(String, Object ) |
Log message at Trace level.
| |
Trace(String, Exception, Object ) |
Log message at Trace level.
| |
Warn(String) |
Log message at Warn level.
| |
Warn(String, Exception) |
Log message at Warn level.
| |
Warn(String, Object ) |
Log message at Warn level.
| |
Warn(String, Exception, Object ) |
Log message at Warn level.
|
Extension Methods
Name | Description | |
---|---|---|
GetTypeOrNull |
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.) | |
ToStringOrDefault |
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.) |
See Also