Property | Type | Description | |
---|---|---|---|
Log4NetService | System |
Method | Description | |
---|---|---|
AppendLogService ( ILogService logService, object>.IDictionary |
||
Log ( ILogEntry entry ) : void |
Logs the specified log entry.
|
|
Log4NetService ( |
Initializes a new instance of the Log4NetService class. As we don't state anything, log4net will look for its configuration inside the application's configuration file (web.config or app.exe.config) which will have to contain a <log4net> section. |
Method | Description | |
---|---|---|
Log4NetService ( global logger ) : System |
Initializes a new instance of the Log4NetService class.
|
public AppendLogService ( ILogService logService, object>.IDictionary |
||
logService | ILogService | |
additionalData | object>.IDictionary | |
return | ILogLevelThresholdSelector |
public Log ( ILogEntry entry ) : void | ||
entry | ILogEntry | The entry to log. |
return | void |
public Log4NetService ( |
||
type | The type that requests the creation of a log service. | |
return | System |