Uses of Class
tuwien.auto.calimero.log.LogService

Packages that use LogService
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. 
 

Uses of LogService in tuwien.auto.calimero.dptxlator
 

Fields in tuwien.auto.calimero.dptxlator declared as LogService
protected static LogService DPTXlator.logger
          Logger object for all translators.
 

Uses of LogService in tuwien.auto.calimero.log
 

Methods in tuwien.auto.calimero.log that return LogService
 LogService LogManager.getLogService(java.lang.String name)
          Queries for a log service with the specified name.
 

Uses of LogService in tuwien.auto.calimero.serial
 

Fields in tuwien.auto.calimero.serial declared as LogService
protected static LogService LibraryAdapter.logger
          The same logger as used for the FT1.2 connection.