Log class, for logging.
More...
|
static void | Write (LogType typemsg, string message) |
| Write and append a message to the logfile. More...
|
|
static bool NoteFly.Log.CheckFileSize |
( |
string |
file | ) |
|
|
staticprivate |
- Parameters
-
file | The filename and path. |
- Returns
- True if it is larger than 512KB.
static void NoteFly.Log.Write |
( |
LogType |
typemsg, |
|
|
string |
message |
|
) |
| |
|
static |
- Parameters
-
typemsg | The type of the log message |
message | The message to log |
const string NoteFly.Log.DEBUGLOGFILENAME = "debug.log" |
|
private |