The base class for all Logger.
Namespace:
LeCouteauSuisse.APIAssembly: LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
Remarks
This class implements interfaces, initialization, and code for a Logger. It provide to store the LoggerContext, and provide encapsulated Write method.
When you derive from this class to implement your logger, you must implement at least the WriteInternal(LoggerLevel, String, Int32, Int32, array<Byte>[]()[], Exception) method in your derived class.