Click or drag to resize

LogManager Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.logging.LogManager"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compat.loggingLogManager

Namespace:  com.espertech.esper.compat.logging
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public class LogManager

The LogManager type exposes the following members.

Constructors
  NameDescription
Public methodLogManager
Initializes a new instance of the LogManager class
Top
Properties
  NameDescription
Public propertyStatic memberFactoryLoggerFromName
Gets or sets the factory that produces a logger given a name.
Public propertyStatic memberFactoryLoggerFromType
Gets or sets the factory that produces a logger given a type.
Top
Methods
  NameDescription
Public methodStatic memberGetLogger(String)
Gets the logger instance for the given name.
Public methodStatic memberGetLogger(Type)
Gets a logger instance for the given type.
Top
See Also