Uses of Package
tuwien.auto.calimero.log

Packages that use tuwien.auto.calimero.log
tuwien.auto.calimero.dptxlator Contains translators for translating between KNX datapoint types (DPT), java types and values carrying more specific type semantics (e.g. engineering unit). 
tuwien.auto.calimero.log Provides a small logging framework used by Calimero for offering information to users of the library. 
tuwien.auto.calimero.serial Connection support for communication over a serial port, using the FT 1.2 protocol. 
 

Classes in tuwien.auto.calimero.log used by tuwien.auto.calimero.dptxlator
LogService
          A LogService is used to categorize logging information with regard to logging level and topic, and offer it to its LogWriters.
 

Classes in tuwien.auto.calimero.log used by tuwien.auto.calimero.log
ErrorHandler
          An error handler is invoked on problems of a log writer which are not handled by the writer itself.
KNXLogException
          Thrown to indicate a problem while logging.
LogLevel
          Defines different log levels.
LogManager
          Global Manager for LogServices and LogWriters.
LogService
          A LogService is used to categorize logging information with regard to logging level and topic, and offer it to its LogWriters.
LogStreamWriter
          LogWriter using a Writer for output.
LogWriter
          LogWriter is responsible for writing information to individual destinations.
 

Classes in tuwien.auto.calimero.log used by tuwien.auto.calimero.serial
LogService
          A LogService is used to categorize logging information with regard to logging level and topic, and offer it to its LogWriters.