Package co.ecg.alpaca.toolkit.timesten
Class TimesTenLogger
java.lang.Object
java.io.OutputStream
co.ecg.alpaca.toolkit.timesten.TimesTenLogger
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
close, nullOutputStream, write, write
-
Constructor Details
-
TimesTenLogger
public TimesTenLogger(org.slf4j.Logger logger)
-
-
Method Details
-
write
public void write(int b) - Specified by:
writein classOutputStream
-
flush
public void flush()- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream
-