Interface ILogManager
Manager service for loggers.
Namespace: Kephas.Logging
Assembly: Kephas.Core.dll
Syntax
public interface ILogManager
Methods
| Improve this Doc View SourceGetLogger(String)
Gets the logger with the provided name.
Declaration
ILogger GetLogger(string loggerName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | loggerName | Name of the logger. |
Returns
| Type | Description |
|---|---|
| ILogger | A logger for the provided name. |