The BaseLogger type exposes the following members.

Constructors

  NameDescription
BaseLogger
Initializes a new instance of the BaseLogger class

Methods

  NameDescription
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
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)
WriteOverloaded.
WriteInternal
Write a message in your logger.

Fields

  NameDescription
context
The context of the logger.
filterLevel
The filter of the logger.

Properties

  NameDescription
Context
Get the Context of the logger.
FilterLevel
Get the FilterLevel of the logger.

See Also