Skip to content

DotLogger

Sean Finan edited this page Feb 9, 2026 · 1 revision

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}

Apache cTAKES

ctakes-core API

Python API

ctakes-core

patient
    AbstractPatientConsumer
    AbstractPatientFileWriter
    PatientNoteCollector
    PatientNoteStore
    PatientViewUtil
pipeline
    PipeBitLocator
    PipelineBuilder
    PiperFileReader
    PiperFileRunner
resource
    FileLocator
util
    CalendarUtil
    MutableUimaContext
    NumberedSuffixComparator
    Pair
    RelationArgumentUtil
    StringUtil
     annotation
         ConceptBuilder
         EssentialAnnotationUtil
         IdentifiedAnnotationBuilder
         IdentifiedAnnotationUtil
         OntologyConceptUtil
         SemanticGroup
         SemanticTui
     doc
         DocIdUtil
         JCasBuilder
         TextBySectionBuilder
         TextBySentenceBuilder
     log
         DotLogger
         FinishedLogger
     regex
         RegexSpanFinder
         TimeoutMatcher
     textspan
         DefaultAspanComparator
         DefaultTextSpanComparator
         DefaultTextSpan
         TextSpan



General

Clone this wiki locally