| | Class | Description |
|---|
| | AirFileTarget |
AirFileTarget logs statements to a log file on the hard disk. |
| | AlconTarget |
AlconTarget sends log statements to the Alcon-Air application. |
| | ArthropodTarget |
Sends log statements to the Athropod Logging client. |
| | ASAPTarget |
ASAPTarget can be used to send statements from your code
that uses as3commons-logging to your Asap library setup. |
| | BufferTarget |
The BufferTarget allows to store log statements for a
unlimited amount of time for a optionally restrictable amount of statements. |
| | ChainsawGateway |
ChainsawGateway sends events to Chainsaw, a tool from the log4j
platform. |
| | ChainsawTarget |
ChainsawTarget sends events to Chainsaw, a tool from the log4j
platform. |
| | ConditionalBuffer |
A ConditionalBuffer stores statements sent to it until a certain
condition is met. |
| | DConsoleTarget |
DConsoleTarget sends log messages directly to the Doomsday
console. |
| | FatalBuffer |
FatalBuffer passes all statements sent to it to another
target once one fatal statement was sent. |
| | FirebugTarget |
FirebugTarget sends the output to the Firebug console. |
| | FlashConsoleTarget |
FlashConsoleTarget sends log statements to the FlashConsole
user interface by Lu-Aye Oo. |
| | FlexLogTarget |
Target that sends the targets to the mx.logging log system from Flex. |
| | FrameBufferTarget |
FrameBufferTarget limits the amount of log statements that
get written to another log target per frame. |
| | Log5FTarget |
Sends all messages to the Log5f framework. |
| | LogMeisterTarget |
Sends statement to the LogMeister logging framework. |
| | LogStatement |
LogStatement is a data holder for the content of one log statement. |
| | MaashaackTarget |
MaashaackTarget sents messages to the Maashaack logging system. |
| | MateTarget |
Logger that allows tracing to the current configuration in Mate. |
| | MergedTarget |
MergedTarget routes a log statement to two ILogTargets. |
| | MonsterDebugger3LogTarget |
MonsterDebugger3LogTarget uses the log statement to address
the Monster Debugger 3 console. |
| | MonsterDebugger3TraceTarget |
MonsterDebugger3TraceTarget traces directly to the Monster Debugger 3 console. |
| | MonsterDebuggerTarget |
MonsterDebuggerTarget logs directly to the monster debugger. |
| | OSMFTarget |
Sends log statements to the Open source media frameworks logging system. |
| | Progression4Target |
Progression4Target can send log statements to the
logging mechanism used in the Progression framework. |
| | SOSGateway |
SOSGateway acts as gateway to channel all requests from
SOSTarget instances to the same server. |
| | SOSTarget |
SOSTarget logs all statements to the SOS console from powerflasher. |
| | SpiceLibTarget |
SpiceLibTarget can be used to send statements from your code
that uses as3commons-logging to your setup that focusses on SpiceFactory
|
| | TextFieldTarget |
TextFieldTarget is a simple target that formats log statements
and renders them to a TextField. |
| | ThunderBoltTarget |
ThunderBoltTarget sends all statements to the ThunderBolt logger
from Jens Krause. |
| | TraceTarget |
TraceTarget renders log statements with the trace() method. |
| | TrazzleTarget |
TrazzleTarget sends log statements to the mac-only
Trazzle logger. |
| | XMLSocketGateway |
XMLSocketGateway is a abstract class to support sending
messages using a xml socket. |
| | YalogTarget |
YalogTarget sends all statements to the Yalog logger
LOGGER_FACTORY.setup = new SimpleTargetSetup( new YalogTarget );
|