Property | Type | Description |
---|
Method | Description | |
---|---|---|
Exception ( string methodName, |
Logs details about an exception. Recurses through a stack of InnerExceptions if needed. |
|
Initialize ( string appName ) : string |
Initializes a new log
|
|
WriteLine ( string methodName, string message ) : void |
Works like Trace.WriteLine but also flushes cache
|
public static Exception ( string methodName, |
||
methodName | string | |
e | ||
return | void |
public static Initialize ( string appName ) : string | ||
appName | string | Name of the application |
return | string |
public static WriteLine ( string methodName, string message ) : void | ||
methodName | string | |
message | string | |
return | void |