The BaseLogger type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BaseLogger | Initializes a new instance of the BaseLogger class |
Methods
| Name | Description | |
|---|---|---|
| DumpArrayByte |
Helper method to dump an Array of byte into a string.
| |
| DumpRecursiveException |
Helper method to dump an Exception and inner Exception into a string.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.) | |
| Initialize |
The method initialize the class. The service will call it once at starting when initialize all loggers.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) | |
| Write | Overloaded. | |
| WriteInternal |
Write a message in your logger.
|
Fields
| Name | Description | |
|---|---|---|
| context |
The context of the logger.
| |
| filterLevel |
The filter of the logger.
|
Properties
| Name | Description | |
|---|---|---|
| Context |
Get the Context of the logger.
| |
| FilterLevel |
Get the FilterLevel of the logger.
|