package logging
Contains functionality related to OSGi logging.
Type Members
-
trait
Logging extends AnyRef
Provides an OSGi logger with Java Logging API fallback.
-
class
OsgiLogger extends Logger
Logger implementation using the OSGi LogService.
-
class
SimpleLogging extends Logging
A class that mixes in the Logging trait.
A class that mixes in the Logging trait. Use this if you want to use a class instead of a trait.