|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.event.Logging.Debug
public static class Logging.Debug
For DEBUG Logging
Constructor Summary | |
---|---|
Logging.Debug(java.lang.String logSource,
java.lang.Class<?> logClass,
java.lang.Object message)
|
Method Summary | |
---|---|
Logging.LogLevel |
level()
The LogLevel of this LogEvent |
java.lang.Class<?> |
logClass()
The class of the source of this event |
java.lang.String |
logSource()
The source of this event |
java.lang.Object |
message()
The message, may be any object or null. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface akka.event.Logging.LogEvent |
---|
mdc, thread, timestamp |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public Logging.Debug(java.lang.String logSource, java.lang.Class<?> logClass, java.lang.Object message)
Method Detail |
---|
public java.lang.String logSource()
Logging.LogEvent
logSource
in interface Logging.LogEvent
public java.lang.Class<?> logClass()
Logging.LogEvent
logClass
in interface Logging.LogEvent
public java.lang.Object message()
Logging.LogEvent
message
in interface Logging.LogEvent
public Logging.LogLevel level()
Logging.LogEvent
level
in interface Logging.LogEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |