메소드 | 설명 | |
---|---|---|
Log ( |
Saves exception occurred to log.
|
|
Log ( string message ) : void |
Saves string message to log
|
|
LogAndNotify ( |
Saves exception occurred to log and then shows exception message to user.
|
|
LogAndNotify ( string message ) : void |
Saves string message to log and then shows message to user
|
메소드 | 설명 | |
---|---|---|
DataToFile ( string data ) : void |
Implements logic to save some data to log file. If logging fails then it saves exception to event log (Application section).
|
|
ExceptionHandler ( ) : System |
Initializes static members of the ExceptionHandler class.
|
public static Log ( |
||
ex | Exception to save information about | |
리턴 | void |
public static Log ( string message ) : void | ||
message | string | Message to put into log |
리턴 | void |
public static LogAndNotify ( |
||
ex | Exception to save information about | |
리턴 | void |
public static LogAndNotify ( string message ) : void | ||
message | string | Message to put into log |
리턴 | void |