- java.lang.Object
-
- swim.cli.DownlinkLogger
-
-
Constructor Summary
Constructors Constructor Description DownlinkLogger(WarpDownlink downlink, String format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
didClose()
void
didSync()
void
didUnlink()
protected void
log(String string)
void
onEvent(Value value)
void
open()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface swim.concurrent.Preemptive
isPreemptive
-
-
-
-
Constructor Detail
-
DownlinkLogger
public DownlinkLogger(WarpDownlink downlink, String format)
-
-
Method Detail
-
open
public void open()
-
close
public void close()
-
log
protected void log(String string)
-
-