|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description

| Interface Summary | |
|---|---|
| Identifiable | Marks an object as "identifiable", this means that the object will have a string that identifies it uniquely among the objects of the same type. |
| Logger | A logging interface that provides the methods needed to manage log calls, abstracting the configuration to the framework. |
| Class Summary | |
|---|---|
| BaseLogger | Abstracts all common tasks for Logger. |
| EmptyLogger | An implementation of Logger that does nothing. |
| GenericLogger | A Logger "container", this class should be used if you want to specify each component of a logger. |
| LogEvent | Used to store log event data. |
| SimpleLogger | A pre-configured Logger using A simple formatter, logging to system err and generating file and line location for calls greater than info. |
| VersionInfo | This class holds information regarding this release of AceLogger. |
This is the base package for AceLogger. The Logger interface and simple implementations reside in this package.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||