Package com.compoze.collab.log

This package provides the classes for logging.

See
          Description

Interface Summary
ILogContext Classes that implement this interface are capable of supplying context information for a log entry including programmer, user and admin locales and an application specific context string.
ILogListener Classes that implement this interface are capable of receiving log messages for the purpose of display, storage or other processing requirements.
 

Class Summary
DefaultLogEntryPrototype This class contains prototypes for the test log messages.
ILogContext.DefaultLogContext This class implements a default log context.
LogEntry This class is a value object that contains the information needed for an entry in the log.
LogEntryPrototype This class contains information common to each different log entry.
Logger This is the main class that clients use to do logging.
LogLevel This enumeration class contains the available log levels.
LogResourceBundle This class wraps the resource bundle for com.compoze.collab.log.log_resources.
LogResourceKey This class is a resource key for log entries.
StdoutListener This class implements a log listener that sends events to standard output.
 

Package com.compoze.collab.log Description

This package provides the classes for logging. Logging is intended for messages needed by developers and administrators. It is not designed to be used for user auditing.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved