Click or drag to resize

ILogManager Interface

[Missing <summary> documentation for "T:RAYLASE.Marker.Configuration.ILogManager"]


Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.32.0
Syntax
C#
public interface ILogManager : IDisposable

The ILogManager type exposes the following members.

Methods
 NameDescription
Public methodCreateLogger Create one logger. Important after CreateLogger call LogManager.ReconfigExistingLoggers() to enable the logger! or use the function CreateLoggers.
Public methodCreateLoggers Creates more than one logger.
Public methodSetEnabled 
Public methodSetLogLevels 
Top
See Also