Property | Type | Description | |
---|---|---|---|
logger | log4net.ILog |
Property | Type | Description | |
---|---|---|---|
context | Logger |
Method | Description | |
---|---|---|
Debug ( string str ) : void | ||
Error ( string str ) : void | ||
Info ( string str ) : void | ||
Logger ( ) : System | ||
createFileLogger ( string path, string name, Logger newLogger ) : Logger | ||
init ( Logger context ) : void |
Method | Description | |
---|---|---|
createMessage ( string message ) : string | ||
debug ( string str ) : void | ||
error ( string str ) : void | ||
info ( string str ) : void |
public static createFileLogger ( string path, string name, Logger newLogger ) : Logger | ||
path | string | |
name | string | |
newLogger | Logger | |
return | Logger |
protected createMessage ( string message ) : string | ||
message | string | |
return | string |