|
Class Summary |
| ConsoleLog |
This class will write the messages to the console. |
| FileLog |
This class implements the LogInterface and adds support for
writing logs to files. |
| JAGTLog |
The JAGTLog is a simple shortcut implementation for the Log class. |
| Log |
The Log class is the interface to the logging system. |
| LogChannel |
A LogChannel assotiates a channel id with a name. |
| LogFormatter |
Formats values to be dumped to a Log. |
| LogLevel |
Use these constants as parameter for the Log methods. |
| LogManager |
This object manages multiple logs. |
| ProfileTimer |
ProfileTimer is used as an internal profiling class for
the whole engine. |
| ProfileTimer.ProfileContainer |
Contains a thread's worth of profile nodes. |
| ProfileTimer.ProfileNode |
|