|
|||||||||
| Home >> All >> com >> lutris >> [ logging overview ] | PREV NEXT | ||||||||
A
- ALERT - Static variable in class com.lutris.logging.Logger
- A condition that should be corrected immediately
- activeLogFile - Variable in class com.lutris.logging.StandardLogger
- Log file name.
B
- buffer - Variable in class com.lutris.logging.ChannelWriter
C
- CRITICAL - Static variable in class com.lutris.logging.Logger
- Critical conditions.
- ChannelWriter - class com.lutris.logging.ChannelWriter.
- Internal Writer object that interfaces to the LogChannel.
- ChannelWriter(LogChannel, int) - Constructor for class com.lutris.logging.ChannelWriter
- Construct a new writer.
- centralLogger - Static variable in class com.lutris.logging.Logger
- Global
Loggerobject. - channel - Variable in class com.lutris.logging.ChannelWriter
- channel - Variable in class com.lutris.logging.LogWriter
- close() - Method in class com.lutris.logging.ChannelWriter
- Close is a no-op.
- com.lutris.logging - package com.lutris.logging
- configure(File, String[], String[]) - Method in class com.lutris.logging.StandardLogger
- Configure the logger.
- createChannel(String) - Method in class com.lutris.logging.StandardLogger
- Create a log channel.
- createLevel(String) - Method in class com.lutris.logging.StandardLogger
- Create a log level.
D
- DEBUG - Static variable in class com.lutris.logging.Logger
- Messages that contain information normally of use only when debugging.
- DEBUG1 - Static variable in class com.lutris.logging.Logger
- Debug detail level 1.
- DEBUG2 - Static variable in class com.lutris.logging.Logger
- Debug detail level 2.
- DEBUG3 - Static variable in class com.lutris.logging.Logger
- Debug detail level 3.
- DEBUG4 - Static variable in class com.lutris.logging.Logger
- Debug detail level 4.
- DEBUG5 - Static variable in class com.lutris.logging.Logger
- Debug detail level 5.
- DEBUG6 - Static variable in class com.lutris.logging.Logger
- Debug detail level 6.
- DEBUG7 - Static variable in class com.lutris.logging.Logger
- Debug detail level 7.
- DEBUG8 - Static variable in class com.lutris.logging.Logger
- Debug detail level 8.
- DEBUG9 - Static variable in class com.lutris.logging.Logger
- Debug detail level 9.
- DEBUGTMP - Static variable in class com.lutris.logging.Logger
- Temporary debugging; should not be left in shipping code.
- dateFormatter - Static variable in class com.lutris.logging.StandardLogChannel
- Format for the date.
- doWrite(PrintWriter, Date, int, String) - Method in class com.lutris.logging.StandardLogChannel
- Do the work of writting a log message.
E
- EMERGENCY - Static variable in class com.lutris.logging.Logger
- Standard level for urgent condition that requires immediate attention and indicates that the system is no longer functioning.
- ERROR - Static variable in class com.lutris.logging.Logger
- Errors that have been correctly handled.
- enabled - Variable in class com.lutris.logging.ChannelWriter
- enabled - Variable in class com.lutris.logging.LogWriter
- enabledLevelFlags - Variable in class com.lutris.logging.StandardLogger
- Table of levels that are to be enabled.
F
- facility - Variable in class com.lutris.logging.StandardLogChannel
- Our symbolic name.
- flush() - Method in class com.lutris.logging.ChannelWriter
- Flush the buffer to the log file.
G
- getCentralLogger() - Static method in class com.lutris.logging.Logger
- Get the central (global) logging object.
- getChannel() - Method in class com.lutris.logging.LogWriter
- Get the associate channel.
- getChannel(String) - Method in class com.lutris.logging.Logger
- Get the log channel object for a facility.
- getChannel(String) - Method in class com.lutris.logging.StandardLogger
- Get the log channel object for a facility.
- getLevel(String) - Method in interface com.lutris.logging.LogChannel
- Convert a symbolic level to an integer identifier.
- getLevel() - Method in class com.lutris.logging.LogWriter
- Get the associate level.
- getLevel(String) - Method in class com.lutris.logging.StandardLogChannel
- getLevel(String) - Method in class com.lutris.logging.StandardLogger
- Convert a symbolic level to an integer identifier, creating it if it doesn't exist
- getLevelName(int) - Method in class com.lutris.logging.StandardLogger
- Convert an int to a symbolic level name.
- getLevelStateArray(String[], int) - Method in class com.lutris.logging.StandardLogger
- Generate a boolean array for all of the listed levels, indicating if they are enabled.
- getLogWriter(String) - Method in interface com.lutris.logging.LogChannel
- Create a LogWrite associated with a particular level.
- getLogWriter(int) - Method in interface com.lutris.logging.LogChannel
- Create a LogWrite associated with a particular level.
- getLogWriter(String) - Method in class com.lutris.logging.StandardLogChannel
- getLogWriter(int) - Method in class com.lutris.logging.StandardLogChannel
- getMaxLevel(String[]) - Method in class com.lutris.logging.StandardLogger
- Get maximum level number in a set of level names.
I
- INFO - Static variable in class com.lutris.logging.Logger
- Informational messages.
- isEnabled(int) - Method in interface com.lutris.logging.LogChannel
- Determine if logging is enabled for the specified level.
- isEnabled(String) - Method in interface com.lutris.logging.LogChannel
- Determine if logging is enabled for the specified level.
- isEnabled() - Method in class com.lutris.logging.LogWriter
- Determine if logging is enabled.
- isEnabled(int) - Method in class com.lutris.logging.StandardLogChannel
- isEnabled(String) - Method in class com.lutris.logging.StandardLogChannel
L
- LogChannel - interface com.lutris.logging.LogChannel.
- Interface of a channel associated with a logging facility.
- LogWriter - class com.lutris.logging.LogWriter.
- Class use to write log output to a particular LogChannel and level.
- LogWriter(LogChannel, String) - Constructor for class com.lutris.logging.LogWriter
- Constructor.
- LogWriter(LogChannel, int) - Constructor for class com.lutris.logging.LogWriter
- Constructor.
- Logger - class com.lutris.logging.Logger.
- A general-purpose logging facility.
- Logger() - Constructor for class com.lutris.logging.Logger
- level - Variable in class com.lutris.logging.ChannelWriter
- level - Variable in class com.lutris.logging.LogWriter
- levelNames - Variable in class com.lutris.logging.StandardLogger
- Table translating level number to name and the largest entry in the array that is valid.
- levelNumbers - Variable in class com.lutris.logging.StandardLogger
- Table of level names to level numbers.
- logChannels - Variable in class com.lutris.logging.StandardLogger
- Table of
StandardLogChannelobjects, indexed by facility name.- logFileLevelFlags - Variable in class com.lutris.logging.StandardLogger
- Table of levels that are to be written to the log file.
- logFileStream - Variable in class com.lutris.logging.StandardLogger
- Log file writter.
- logger - Variable in class com.lutris.logging.StandardLogChannel
- Logger object with which we are associated.
M
- MAX_STD_LEVEL - Static variable in class com.lutris.logging.Logger
- Largest fixed logging level.
N
- NOTICE - Static variable in class com.lutris.logging.Logger
- Conditions that are not error conditions, but should possi bly be handled specially.
- numLevels - Variable in class com.lutris.logging.StandardLogger
P
- println(String, Throwable) - Method in class com.lutris.logging.LogWriter
- Write a string and exception to the log file.
S
- StandardLogChannel - class com.lutris.logging.StandardLogChannel.
- Standard implementation of a channel associated with a logging facility.
- StandardLogChannel(String, StandardLogger) - Constructor for class com.lutris.logging.StandardLogChannel
- Construct a new log channel.
- StandardLogger - class com.lutris.logging.StandardLogger.
- Standard implementation of the
Logger. - StandardLogger(boolean) - Constructor for class com.lutris.logging.StandardLogger
- Construct a new logger.
- standardLevelNames - Static variable in class com.lutris.logging.Logger
- Table of standard level names
- stderrLevelFlags - Variable in class com.lutris.logging.StandardLogger
- Table of levels that are to be written to stderr Accessed directly by the channel.
- stderrStream - Variable in class com.lutris.logging.StandardLogger
- Stderr writter.
- switchLogFile(File) - Method in class com.lutris.logging.StandardLogger
- Switch a log file; replacing the old one with a new one.
W
- WARNING - Static variable in class com.lutris.logging.Logger
- Warning messages.
- write(char[], int, int) - Method in class com.lutris.logging.ChannelWriter
- Main write method that transfers stuff to the buffer.
- write(int, String) - Method in interface com.lutris.logging.LogChannel
- Write a string to the log file.
- write(String, String) - Method in interface com.lutris.logging.LogChannel
- Write a string to the log file.
- write(int, String, Throwable) - Method in interface com.lutris.logging.LogChannel
- Write a string and exception to the log file.
- write(String, String, Throwable) - Method in interface com.lutris.logging.LogChannel
- Write a string and exception to the log file.
- write(int, String) - Method in class com.lutris.logging.StandardLogChannel
- write(String, String) - Method in class com.lutris.logging.StandardLogChannel
- write(int, String, Throwable) - Method in class com.lutris.logging.StandardLogChannel
- write(String, String, Throwable) - Method in class com.lutris.logging.StandardLogChannel
A B C D E F G I L M N P S W
|
|||||||||
| Home >> All >> com >> lutris >> [ logging overview ] | PREV NEXT | ||||||||