|
Class Summary |
| ARMLogger |
This class is used for logging messages in the ARM agent
The methods defined are of the form
log ( , ...) |
| ARMLoggingAgentHandler |
ARM Logging Agent Handler is responsible for converting LogRecord instances of log
events into the Common Base Event format of a log event. |
| CBEFormatter |
A java.util.logging.Formatter to be used with java.util.logging.FileHandler
for logging CBE's to a file. |
| LogRecordCBEConverter |
Utility for converting java.util.logging.LogRecord objects to CommonBaseEvent
objects. |
| PlainTextFormatter |
A formatting utility for converting CBE's into a plain string. |