Index
C D E F I L W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
D
- debug(boolean) - Method in class logger.Logger
-
Logs the boolean with a severity level of DEBUG.
- debug(boolean[]) - Method in class logger.Logger
-
Logs the boolean array with severity level of DEBUG.
- debug(byte) - Method in class logger.Logger
-
Logs the byte with a severity level of DEBUG.
- debug(byte[]) - Method in class logger.Logger
-
Logs the byte array with severity level of DEBUG.
- debug(char) - Method in class logger.Logger
-
Logs the char with a severity level of DEBUG.
- debug(char[]) - Method in class logger.Logger
-
Logs the char array with severity level of DEBUG.
- debug(double) - Method in class logger.Logger
-
Logs the double with a severity level of DEBUG.
- debug(double[]) - Method in class logger.Logger
-
Logs the double array with severity level of DEBUG.
- debug(float) - Method in class logger.Logger
-
Logs the float with a severity level of DEBUG.
- debug(float[]) - Method in class logger.Logger
-
Logs the float array with severity level of DEBUG.
- debug(int) - Method in class logger.Logger
-
Logs the int with a severity level of DEBUG.
- debug(int[]) - Method in class logger.Logger
-
Logs the int array with severity level of DEBUG.
- debug(long) - Method in class logger.Logger
-
Logs the long with a severity level of DEBUG.
- debug(long[]) - Method in class logger.Logger
-
Logs the long array with severity level of DEBUG.
- debug(short) - Method in class logger.Logger
-
Logs the short with a severity level of DEBUG.
- debug(short[]) - Method in class logger.Logger
-
Logs the short array with severity level of DEBUG.
- debug(Object) - Method in class logger.Logger
-
Logs the object with severity level of DEBUG.
- debug(Object[]) - Method in class logger.Logger
-
Logs the object array with severity level DEBUG.
- debug(Throwable) - Method in class logger.Logger
-
Logs the throwable with severity level of DEBUG.
E
- err(boolean) - Method in class logger.Logger
-
Logs the boolean with a severity level of ERROR.
- err(boolean[]) - Method in class logger.Logger
-
Logs the boolean array with severity level of ERROR.
- err(byte) - Method in class logger.Logger
-
Logs the byte with a severity level of ERROR.
- err(byte[]) - Method in class logger.Logger
-
Logs the byte array with severity level of ERROR.
- err(char) - Method in class logger.Logger
-
Logs the char with a severity level of ERROR.
- err(char[]) - Method in class logger.Logger
-
Logs the char array with severity level of ERROR.
- err(double) - Method in class logger.Logger
-
Logs the double with a severity level of ERROR.
- err(double[]) - Method in class logger.Logger
-
Logs the double array with severity level of ERROR.
- err(float) - Method in class logger.Logger
-
Logs the float with a severity level of ERROR.
- err(float[]) - Method in class logger.Logger
-
Logs the float array with severity level of ERROR.
- err(int) - Method in class logger.Logger
-
Logs the int with a severity level of ERROR.
- err(int[]) - Method in class logger.Logger
-
Logs the int array with severity level of ERROR.
- err(long) - Method in class logger.Logger
-
Logs the long with a severity level of ERROR.
- err(long[]) - Method in class logger.Logger
-
Logs the long array with severity level of ERROR.
- err(short) - Method in class logger.Logger
-
Logs the short with a severity level of ERROR.
- err(short[]) - Method in class logger.Logger
-
Logs the short array with severity level of ERROR.
- err(Object) - Method in class logger.Logger
-
Logs the object with severity level of ERROR.
- err(Object[]) - Method in class logger.Logger
-
Logs the object array with severity level ERROR.
- err(Throwable) - Method in class logger.Logger
-
Logs the throwable with severity level of ERROR.
F
- finalize() - Method in class logger.Logger
-
Closes the logger if it is not already when the object is finalized.
I
- info(boolean) - Method in class logger.Logger
-
Logs the boolean with a severity level of INFO.
- info(boolean[]) - Method in class logger.Logger
-
Logs the boolean array with severity level of INFO.
- info(byte) - Method in class logger.Logger
-
Logs the byte with a severity level of INFO.
- info(byte[]) - Method in class logger.Logger
-
Logs the byte array with severity level of INFO.
- info(char) - Method in class logger.Logger
-
Logs the char with a severity level of INFO.
- info(char[]) - Method in class logger.Logger
-
Logs the char array with severity level of INFO.
- info(double) - Method in class logger.Logger
-
Logs the double with a severity level of INFO.
- info(double[]) - Method in class logger.Logger
-
Logs the double array with severity level of INFO.
- info(float) - Method in class logger.Logger
-
Logs the float with a severity level of INFO.
- info(float[]) - Method in class logger.Logger
-
Logs the float array with severity level of INFO.
- info(int) - Method in class logger.Logger
-
Logs the int with a severity level of INFO.
- info(int[]) - Method in class logger.Logger
-
Logs the int array with severity level of INFO.
- info(long) - Method in class logger.Logger
-
Logs the long with a severity level of INFO.
- info(long[]) - Method in class logger.Logger
-
Logs the long array with severity level of INFO.
- info(short) - Method in class logger.Logger
-
Logs the short with a severity level of INFO.
- info(short[]) - Method in class logger.Logger
-
Logs the short array with severity level of INFO.
- info(Object) - Method in class logger.Logger
-
Logs the object with severity level of INFO.
- info(Object[]) - Method in class logger.Logger
-
Logs the object array with severity level INFO.
- info(Throwable) - Method in class logger.Logger
-
Logs the throwable with severity level of INFO.
L
- logger - package logger
- Logger - Class in logger
-
A simple logger for java.
- Logger(PrintStream) - Constructor for class logger.Logger
-
Creates a logger which writes to the given print stream.
- Logger(PrintStream, boolean) - Constructor for class logger.Logger
-
Creates a logger which writes to the given print stream.
- Logger(PrintStream, Locale) - Constructor for class logger.Logger
-
Creates a logger whhich writes to the given print stream.
- Logger(PrintStream, Locale, boolean) - Constructor for class logger.Logger
- Logger(String) - Constructor for class logger.Logger
-
Creates a logger with the given name.
- Logger(String, boolean) - Constructor for class logger.Logger
-
Creates a logger with the given name.
- Logger(String, Locale) - Constructor for class logger.Logger
-
Creates a logger with the given name.
- Logger(String, Locale, boolean) - Constructor for class logger.Logger
-
Creates a logger with the given name.
- Logger(String, Locale, String) - Constructor for class logger.Logger
-
Creates a logger with the given name.
- Logger(String, Locale, String, boolean) - Constructor for class logger.Logger
-
Creates a logger with the given name.
W
- warn(boolean) - Method in class logger.Logger
-
Logs the boolean with a severity level of WARNING.
- warn(boolean[]) - Method in class logger.Logger
-
Logs the boolean array with severity level of WARNING.
- warn(byte) - Method in class logger.Logger
-
Logs the byte with a severity level of WARNING.
- warn(byte[]) - Method in class logger.Logger
-
Logs the byte array with severity level of WARNING.
- warn(char) - Method in class logger.Logger
-
Logs the char with a severity level of WARNING.
- warn(char[]) - Method in class logger.Logger
-
Logs the char array with severity level of WARNING.
- warn(double) - Method in class logger.Logger
-
Logs the double with a severity level of WARNING.
- warn(double[]) - Method in class logger.Logger
-
Logs the double array with severity level of WARNING.
- warn(float) - Method in class logger.Logger
-
Logs the float with a severity level of WARNING.
- warn(float[]) - Method in class logger.Logger
-
Logs the float array with severity level of WARNING.
- warn(int) - Method in class logger.Logger
-
Logs the int with a severity level of WARNING.
- warn(int[]) - Method in class logger.Logger
-
Logs the int array with severity level of WARNING.
- warn(long) - Method in class logger.Logger
-
Logs the long with a severity level of WARNING.
- warn(long[]) - Method in class logger.Logger
-
Logs the long array with severity level of WARNING.
- warn(short) - Method in class logger.Logger
-
Logs the short with a severity level of WARNING.
- warn(short[]) - Method in class logger.Logger
-
Logs the short array with severity level of WARNING.
- warn(Object) - Method in class logger.Logger
-
Logs the object with severity level of WARNING.
- warn(Object[]) - Method in class logger.Logger
-
Logs the object array with severity level WARNING.
- warn(Throwable) - Method in class logger.Logger
-
Logs the throwable with severity level of WARNING.
All Classes All Packages