DotLogger - apache/ctakes GitHub Wiki

final public class DotLogger implements Closeable

Dot Logger Usable in try as resource blocks. Logs a dot every 0.5 seconds until a process completes.

  • Author: SPF , chip-nlp
  • Version: %I%
  • Since: 3/18/2016

public DotLogger()

Starts the Dot Logging.

public DotLogger( final String message, final Object ... arguments )

  • Parameters:
    • message a message to log before dots.

    • arguments any arguments for substitution in the message.

      Starts the Dot Logging with a starting message.

public DotLogger( final Logger logger, final String message, final Object ... arguments )

  • Parameters:
    • logger a specific logger to use for the message.

    • message a message to log before dots.

    • arguments any arguments for substitution in the message.

      Starts the Dot Logging with a starting message.

@Override public void close() throws IOException

{@inheritDoc}

⚠️ **GitHub.com Fallback** ⚠️