logo

Log class, for logging. More...

Static Public Member Functions

static void Write (LogType typemsg, string message)
 Write and append a message to the logfile. More...
 

Static Private Member Functions

static bool CheckFileSize (string file)
 Check if logfile larger than 512KB. More...
 

Private Attributes

const string DEBUGLOGFILENAME = "debug.log"
 The debug log filename. More...
 

Detailed Description

Member Function Documentation

static bool NoteFly.Log.CheckFileSize ( string  file)
staticprivate
Parameters
fileThe filename and path.
Returns
True if it is larger than 512KB.
static void NoteFly.Log.Write ( LogType  typemsg,
string  message 
)
static
Parameters
typemsgThe type of the log message
messageThe message to log

Member Data Documentation

const string NoteFly.Log.DEBUGLOGFILENAME = "debug.log"
private