Assembly: EPiServer.Framework (in EPiServer.Framework.dll) Version: 10.10.5.0 (10.10.5.0)
C# |
---|
public static class LogManager |
Compatibility class that mimics some aspects of the LogManager class in log4net. Responsible for creating new ILog instances that can be used for logging.
Name | Summary | Status |
---|---|---|
GetLogger(String) | Gets a ILog instance for the provided type. | public, static |
GetLogger(Type) | Gets a ILog instance for the provided type. | public, static |
LogManager Constructor | Initializes a new instance of the LogManager class. | public |
This class is provided to ease the transitioning from log4net and will be removed in a future release. It is recommended to use the LogManager for new code.