akka.event
Class Logging.Info

java.lang.Object
  extended by akka.event.Logging.Info
All Implemented Interfaces:
NoSerializationVerificationNeeded, Logging.LogEvent, java.io.Serializable, scala.Equals, scala.Product
Direct Known Subclasses:
Logging.Info2
Enclosing class:
Logging

public static class Logging.Info
extends java.lang.Object
implements Logging.LogEvent, scala.Product, scala.Serializable

For INFO Logging

See Also:
Serialized Form

Constructor Summary
Logging.Info(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

Logging.Info

public Logging.Info(java.lang.String logSource,
                    java.lang.Class<?> logClass,
                    java.lang.Object message)
Method Detail

logSource

public java.lang.String logSource()
Description copied from interface: Logging.LogEvent
The source of this event

Specified by:
logSource in interface Logging.LogEvent
Returns:
(undocumented)

logClass

public java.lang.Class<?> logClass()
Description copied from interface: Logging.LogEvent
The class of the source of this event

Specified by:
logClass in interface Logging.LogEvent
Returns:
(undocumented)

message

public java.lang.Object message()
Description copied from interface: Logging.LogEvent
The message, may be any object or null.

Specified by:
message in interface Logging.LogEvent
Returns:
(undocumented)

level

public Logging.LogLevel level()
Description copied from interface: Logging.LogEvent
The LogLevel of this LogEvent

Specified by:
level in interface Logging.LogEvent
Returns:
(undocumented)