Uses of Interface
Logger.LoggerTarget

Uses of Logger.LoggerTarget in
 

Classes in that implement Logger.LoggerTarget
static class Logger.FilenameLoggerTarget
          This class implements the LoggerTarget interface, writing log entries to a named text file.
static class Logger.WriterLoggerTarget
          This class implements the LoggerTarget interface, writing log entries to a Writer.
 

Methods in with parameters of type Logger.LoggerTarget
 void Logger.addTarget(Logger.LoggerTarget target)
          Add to the list of LoggerTargets to which logging is done.