ArchiveOldLogFiles(Int32)
|
Archives old log files, older than days
|
LogError(Reflection.MethodBase, Exception, Object[])
|
Logs an internal error
|
LogError(Reflection.MethodBase, String, Object[])
|
|
Debug(String, String)
|
Debug only
|
Debug(String)
|
Debug Only
|
Debug(Exception, String)
|
Debug Only
|
Initialise(Int32)
|
Starts the thread log manager to manage log files
|
Add(Exception, String)
|
Add's an exception to the event log
|
Add(String, String)
|
Adds text to the log file with a header prefixing the text
Entry added in form of header - text
|
Add(String)
|
Adds text to the log file
|
DebugText(String)
|
Adds text to the log file
|
GetPreviousErrorData(String, Shared.LoggingErrorCacheItem)
|
Finds previous error data, if already exists, appends further occurrance data to the file,
if not exists, creates the cache item
|