Package org.x4juli.global.spi

The internal interfaces and classes of JULI's system programming interface.

See:
          Description

Interface Summary
Component A common interface shared by juli components.
ExtendedFilter Interface how filtering in x4juli works.
ExtendedFormatter This interface specifies the operations for Juli formatters.
ExtendedHandler Specifies operations for any x4juli handler.
ExtendedLogger This interface specifies the operations for Juli loggers.
ExtendedLogRecord Interface to specify additional information for a java.util.logging.LogRecord.
Formatter This Interface specifies the operations of java.util.logging.Formatter and allow Juli to use this without extending the original java.util.logging.Formatter.
Handler  
Logger This Interface specifies the operations of java.util.logging.Logger and allows Juli to use this without extending the original java.util.logging.Logger in future versions.
LogManager The basic interface of an LogManager.
LogRecord This Interface specifies the operations of java.util.logging.LogRecord and allow Juli to use this without extending the original java.util.logging.LogRecord.
MessageText  
ObjectStore Defines the interface for the global store for objects.
OptionHandler A string based interface to configure package components.
 

Class Summary
ExtendedLogRecordImpl The ExtendedLogRecordImpl is for use in log wrapper kits.
ExtendedLogRecordWrapper This Wrapper is used for existing instances of an LogRecord to provide all information needed.
NullWriter  
ObjectStoreImpl The object store is needed because there is nothing like Hierarchy (the Log4j ObjectStore Implementation) in java.util.logging.
ThrowableInformation ThrowableInformation is Juli's internal representation of throwables.
VectorWriter VectorWriter is a seemingly trivial implemtantion of PrintWriter.
 

Package org.x4juli.global.spi Description

The internal interfaces and classes of JULI's system programming interface.



${license_html}