Property | Type | Description | |
---|---|---|---|
Logger | log4net |
Method | Description | |
---|---|---|
Error ( string message ) : void |
Write an error message in the log
|
|
Fatal ( string message ) : void |
Throw an exception to force the program to stop
|
|
Info ( string message ) : void |
Write an information message in the log
|
|
Warning ( string message ) : void |
Write a warning message in the log
|
Method | Description | |
---|---|---|
Logger ( ) : log4net |
public static Error ( string message ) : void | ||
message | string | message |
return | void |
public static Fatal ( string message ) : void | ||
message | string | message |
return | void |
public static Info ( string message ) : void | ||
message | string | message |
return | void |
public static Warning ( string message ) : void | ||
message | string | message |
return | void |