java.lang.Object |
↳ |
com.pnfsoftware.jeb.util.logging.Sink<T> |
Known Direct Subclasses
BufferSink |
A sink storing the logs in a list of strings. |
StreamSink |
A sink storing the logs in an output stream. |
|
Class Overview
An abstract output sink receiving the logs. Refer to the subclasses.
Summary
Protected Constructors |
|
Sink(T output)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
Protected Constructors
protected
Sink
(T output)
Public Methods
public
boolean
equals
(Object obj)
public
int
getLogLevel
()
public
boolean
isPrefixWithTimestamp
()
public
void
setLogLevel
(int logLevel)
public
void
setPrefixWithTimestamp
(boolean prefixWithTimestamp)
public
String
toString
()