package jul
Ordering
- Alphabetic
Visibility
- Public
- Protected
Deprecated Type Members
- class JavaLogger extends with [LoggerMessageQueueSemantics]
java.util.logging
logger. - trait JavaLogging extends AnyRef
Base trait for all classes that wants to be able use the JUL logging infrastructure.
Base trait for all classes that wants to be able use the JUL logging infrastructure.
- Annotations
- @deprecated
- Deprecated
(Since version 2.6.0) Use SLF4J or direct java.util.logging instead.
- class JavaLoggingFilter extends LoggingFilter
akka.event.LoggingFilter that uses the log level defined in the JUL backend configuration to filter log events before publishing the log events to the
eventStream
.akka.event.LoggingFilter that uses the log level defined in the JUL backend configuration to filter log events before publishing the log events to the
eventStream
.- Annotations
- @deprecated
- Deprecated
(Since version 2.6.0) Use Slf4jLoggingFilter instead.
java.util.logging
logger.(Since version 2.6.0) Use Slf4jLogger instead.