public class LatinLogger extends Logger
Technically this class is therefore not limited to messages in the Latin alphabets since Arabic, Cyrillic and even Thai have 8-bit charsets defined in the ISO-8859 family, but the more exotic character sets are more likely to be represented with Unicode, so 8-bit characters do tend to mean we're dealing with plain ASCII or the Latin members of the ISO-8859 family.
Logger.LEVEL
bufsiz, SYSPROP_DIAG
Modifier | Constructor and Description |
---|---|
protected |
LatinLogger(Parameters params,
String logname) |
protected |
LatinLogger(Parameters params,
String logname,
boolean is_mt) |
Modifier and Type | Method and Description |
---|---|
protected void |
closeStream(boolean is_owner) |
void |
flush() |
void |
log(Logger.LEVEL lvl,
CharSequence msg) |
protected void |
openStream(OutputStream strm) |
protected void |
openStream(String pthnam) |
protected LatinLogger(Parameters params, String logname)
protected LatinLogger(Parameters params, String logname, boolean is_mt)
protected void openStream(OutputStream strm)
openStream
in class Logger
protected void openStream(String pthnam) throws IOException
openStream
in class Logger
IOException
protected void closeStream(boolean is_owner) throws IOException
closeStream
in class Logger
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class Logger
IOException
public void log(Logger.LEVEL lvl, CharSequence msg)
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.