| | Class | Description |
|---|
| | Console |
Process simple text commands from the user. |
| | ExceptionAppender | |
| | GlyphCache |
Helper class to cache glyphs as bitmaps and draw them fast, with color. |
| | JavascriptLogListener |
Simple listener to dump log events out to javascript. |
| | LogColor | |
| | LogEntry |
Log entries are automatically created by the various methods on the Logger
class to store information related to an entry in the log. |
| | LogEvent |
A LogEvent is an event used by the Logger to dispatch log related information. |
| | Logger |
The Logger class provides mechanisms to print and listen for errors, warnings,
and general messages. |
| | LogViewer |
Console UI, which shows console log activity in-game, and also accepts input from the user. |
| | Profiler |
Simple, static hierarchical block profiler. |
| | Stats | |
| | TraceAppender |
Simply dump log activity via trace(). |
| | UIAppender |
LogAppender for displaying log messages in a LogViewer. |