SobekCM.Tools.Logs Namespace
Log file objects used to maintain a history of actions performed in windows applications ( vs. web applications ) and used for some basic error reporting
Classes
| Class | Description |
---|
| LogFile_Exception | LogFile_Exception is a custom exception which is thrown for any error
caught while creating, or writing to a log file.
|
| LogFileXhtml |
This class establishes a rich XHTML log file. Then, lines can be added in three
flavors ( error, nonerror, and complete).
|
| LogFileXhtmlStyle | [ NOT YET FULLY IMPLEMENTED ]
LogFileXHTML_Style is a class used to hold information about a specific style used in the LogFileXhtml class.
|