Package iaik.tc.utils.logging

Interface Summary
LogGenericOutputHandler This interface defines the required methods for an outputstream used for logging
 

Class Summary
Log This class provides logging functionality for the whole project.
LogCallerInfo This class is used to obtain the name of the calling class, the name of the calling method as well as the line number the call comes from.
LogConsoleOutputHandler This class implements a simple LogIOutputStream which prints all output to stderr
LogFileOutputHandler This class implements an IOutputStream which writes to a file.
LogLevels This class holds constants that represent the individual log levels.