LoggerBase Members | Glimpse API Documentation |
The LoggerBase type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | LoggerBase | Initializes a new instance of the LoggerBase class |
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.
|
![]() | ![]() | (Inherited from ![]() |
![]() | 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.
|
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | 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.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() | 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