|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KNXLogException | |
---|---|
tuwien.auto.calimero.log | Provides a small logging framework used by Calimero for offering information to users of the library. |
Uses of KNXLogException in tuwien.auto.calimero.log |
---|
Constructors in tuwien.auto.calimero.log that throw KNXLogException | |
---|---|
LogFileWriter(LogLevel level,
java.lang.String file,
boolean append)
Like LogFileWriter.LogFileWriter(String, boolean) , with the option to adjust the filter
log level for information logged by LogFileWriter. |
|
LogFileWriter(LogLevel level,
java.lang.String file,
boolean append,
int maxSize)
Like LogFileWriter.LogFileWriter(LogLevel, String, boolean) , with the option to specify
the maximum file size allowed for all output written. |
|
LogFileWriter(LogLevel level,
java.lang.String file,
boolean append,
int maxSize,
boolean autoFlush)
Like LogFileWriter.LogFileWriter(LogLevel, String, boolean, int) , with the option to
adjust the automatic flush behavior of data. |
|
LogFileWriter(java.lang.String file,
boolean append)
Creates a LogFileWriter to write to the output file named by file
and open the file according to append . |
|
LogFileWriter(java.lang.String file,
boolean append,
boolean autoFlush)
Like LogFileWriter.LogFileWriter(String, boolean) , with the option to adjust the
automatic flush behavior of data. |
|
LogNetWriter(LogLevel level,
java.lang.String host,
int port)
Like LogNetWriter.LogNetWriter(String, int) with the ability to set the filter log
level for information logged by LogNetWriter. |
|
LogNetWriter(java.lang.String host,
int port)
Creates a log writer and opens a socket connection to destination host
and port . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |