All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.lgeds.jdf.Logger
public static final LoggerWriter sys
Typically this stream corresponds to display output or another
output destination specified by the host environment or user. By
convention, this output stream is used to display error messages
or other information that should come to the immediate attention
of a user even if the principal output stream, the value of the
variable out, has been redirected to a file or other
destination that is typically not continuously monitored.
public static final LoggerWriter err
Typically this stream corresponds to display output or another
output destination specified by the host environment or user. By
convention, this output stream is used to display error messages
or other information that should come to the immediate attention
of a user even if the principal output stream, the value of the
variable out, has been redirected to a file or other
destination that is typically not continuously monitored.
public static final LoggerWriter warn
For simple stand-alone Java applications, a typical way to write a line of output data is:
Logger.out.println(data)
See the println methods in class LoggerWriter.
public static final LoggerWriter info
For simple stand-alone Java applications, a typical way to write a line of output data is:
Logger.out.println(data)
See the println methods in class LoggerWriter.
public static final LoggerWriter debug
public static final LoggerWriter dbwrap
All Packages Class Hierarchy This Package Previous Next Index