메소드 | 설명 | |
---|---|---|
Create ( string name ) : IExtendedLogger |
Creates a new extended logger with the specified name.
|
|
Create ( string name, LoggerLevel level ) : IExtendedLogger |
Not implemented, NLog logger levels cannot be set at runtime.
|
|
ExtendedNLogFactory ( ) : System |
Initializes a new instance of the ExtendedNLogFactory class. Configures NLog with a config file name 'nlog.config' Create(string)
|
|
ExtendedNLogFactory ( string configFile ) : System |
Initializes a new instance of the ExtendedNLogFactory class with the configfile specified by configFile
|
public Create ( string name, LoggerLevel level ) : IExtendedLogger | ||
name | string | The name. |
level | LoggerLevel | The level. |
리턴 | IExtendedLogger |
public ExtendedNLogFactory ( string configFile ) : System | ||
configFile | string | The config file. |
리턴 | System |