Interface | Description |
---|---|
LogInfo |
Defines the methods to get our extra logging information.
|
LogInfoProvider |
Interface for LogInfoProviders.
|
Class | Description |
---|---|
IfsFileHandler |
A Log File Handler, for logging to a rotating set of files.
|
IfsFileRotationHandler |
Abstract File Handler class for log handlers that want file rotation based
on file size and/or duration.
|
IfsLevel |
Custom logging Levels.
|
IfsLogger |
An IfsLogger is used to produce log records, as a wrapper to the logging
support provided in package
java.util.logging . |
IfsLogManager |
IfsLogManager manages all IfsLoggers.
|
IfsLogRecord |
Extends LogRecord to hold an object that contains our extra
logging information a LogInfo object.
|
IfsMilliSecondFormatter |
Format log output as simple text will milli-second log times.
|
IfsServletTextFormatter |
Format log output as simple text do not include a date because Servlet
logging already has the date included.
|
IfsTextFormatter |
Format log output as simple text adding in session identifier and user
identifier.
|
IfsXMLFormatter |
Format log output as xml.
|
LogConfiguration |
Class to capture logging environment settings, an instance of this class
is passed to the LogInitializaion class to set up a logging environment for
a JVM.
|
PrintWriterHandler |
A Handler that logs to a printwriter, for backwards compatibility.
|
ShortTextFormatter |
Show minimal information in the log
|
TieIfsLevel |
Extensibility point for custom log levels.
|
Copyright © 2023. All rights reserved.