All Classes and Interfaces

Class
Description
A very special Handler useful to preinitialize the GlassFishLogManager but block LogRecord processing until it is explicitly reconfigured.
This is a tool to help with parsing the logging.properties file to configure JUL business objects.
Allows custom error handling (ie.
Configuration property set of the ConsoleHandler.
 
Additional log record attributes.
Handler which can be initialized just partially by the GlassFishLogManager, so it is capable to start collecting LogRecord instances, but it cannot process them without additional configuration.
Configuration property set of the FileHandler.
This is a tool to help with parsing the logging.properties file to configure formatters.
A special Formatter able to notify some delegate about the LogRecord which passed through this instance.
Configuration property set of this formatter
Custom Logger, integrated with GlassFishLogManager, so if the log manager is reconfiguring, the logger reacts on states of the log manager.
Implementation of System.LoggerFinder using GlassFishLogManager.
Constants used to configure the Java Util Logging.
This enum represents states of the GlassFish Logging lifecycle.
GlassFish log handler can redirect output going through STDOUT and STDERR buffers log records WARNING: If you configure this handler to redirect standard output, you have to prevent the situation when any other handler would use it.
Configuration for GlassFishLogHandler
Configuration property set of this handler.
The custom LogManager implementation.
Replacement (wrapper) for Properties used in JUL.
Configuration entry, pair of a key and a value, both can be null (but it is not very useful).
This class tries to set the GlassFishLogManager as the default LogManager implementation.
Properties used directly by the GlassFishLogManager
This class provides additional attributes not supported by JUL LogRecord.
This is a tool to help with parsing the logging.properties file to configure handlers.
HandlerId holds a handler id used in logging.properties.
Tool for accessing GlassFish related parts under control of any available LogManager supported.
Definition of usual helper capabilities.
This special Handler can be used for testing purposes.
Detector of known standardized log formats.
LoggingPrintStream has it's own LoggingOutputStream.
Extended Properties class.
This class holds informations detected on the logging system startup, so whatever you will change, this class should always have access to original values, interesting for the logging system: STDOUT STDERR It holds also other informations about the environment required for logs.
Representation of a key in logging.properties file.
This class is used to resolve LogRecord's message: to internationalize the message if the resource bundle is set to construct final message using record's parameters to return GlassFishLogRecord providing additional items usable in logs
ODLLogFormatter (Oracle Diagnostic Logging Format) conforms to the logging format defined by the Log Working Group in Oracle.
Configuration property set of this formatter
Fast Formatter usable in tests or even in production if you need only simple logs with time, level and messages.
Configuration property set of this formatter
The simplest possible log handler.
Configuration property set of this handler.
 
Configuration property set of this handler.
UniformLogFormatter conforms to the logging format defined by the Log Working Group in Java Webservices Org.
Configuration property set of this formatter