org.openjena.atlas.lib
Class SinkLogging<T>
java.lang.Object
org.openjena.atlas.lib.SinkLogging<T>
- All Implemented Interfaces:
- Closeable, Sink<T>
public class SinkLogging<T>
- extends Object
- implements Sink<T>
SinkLogging
public SinkLogging(org.slf4j.Logger log)
send
public void send(T item)
- Specified by:
send
in interface Sink<T>
flush
public void flush()
- Specified by:
flush
in interface Sink<T>
close
public void close()
- Specified by:
close
in interface Closeable
Licenced under the Apache License, Version 2.0