Uses of Interface
to.etc.util.ILogSink

Packages that use ILogSink
to.etc.util   
to.etc.webapp.pendingoperations   
 

Uses of ILogSink in to.etc.util
 

Classes in to.etc.util that implement ILogSink
 class MemoryLogSink
          A logsink which logs into an Appendable.
 class RotatingLogfile
          Encapsulates a rotating logfile.
 class StandardLogfile
          Non-rotating logfile implementing ILogSink.
 

Methods in to.etc.util with parameters of type ILogSink
static java.io.InputStream FileTool.wrapInputStream(java.io.InputStream rawStream, ILogSink s, int maxinmemory)
           
 

Uses of ILogSink in to.etc.webapp.pendingoperations
 

Classes in to.etc.webapp.pendingoperations that implement ILogSink
 class PendingOperationTask
          This is a runnable which tries to execute one or more PendingOperations.
 

Methods in to.etc.webapp.pendingoperations with parameters of type ILogSink
 void IPendingOperationExecutor.executePendingOperation(PendingOperation po, ILogSink ls)