Package de.dante.extex.main.logging

This package contains support classes for the logging.

See:
          Description

Class Summary
LogFormatter This class provides a means to format the log entries.
 

Package de.dante.extex.main.logging Description

This package contains support classes for the logging. ExTeX uses the definition of logging introduced in Java 1.4. Thus most of the required fuctionality is already provided by the Java programming language.

Logging and Log Levels

Log handlers can be used to redirect the log output to the destinations log file and console. Log levels are used to distinguish the different cases.

Level.SEVERE
This level is used to signal a real problem. It should be logged to both streams
Level.WARNING