java.lang.Object |
↳ |
com.pnfsoftware.jeb.util.logging.LogStatusSink |
Class Overview
A special object (not to be confused with Sink
) receiving messages issued from
ILogger#status(String, Object...) status() calls.
Summary
Public Methods |
synchronized
String
|
retrieve()
|
synchronized
void
|
update(CharSequence status)
|
[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()
|
|
Public Constructors
Public Methods
public
synchronized
String
retrieve
()
public
synchronized
void
update
(CharSequence status)