Click or drag to resize
Akka.NETStandardOutLogger Class
This class represents an event logger that logs its messages to standard output (e.g. the console).
Remarks
This logger is always attached first in order to be able to log failures during application start-up, even before normal logging is started.
Inheritance Hierarchy

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class StandardOutLogger : MinimalActorRef

The StandardOutLogger type exposes the following members.

Constructors
  NameDescription
Public methodStandardOutLogger
Initializes a new instance of the StandardOutLogger class
Top
Properties
  NameDescription
Public propertyStatic memberDebugColor
The foreground color to use when printing Debug events to the console.
Public propertyStatic memberErrorColor
The foreground color to use when printing Error events to the console.
Public propertyStatic memberInfoColor
The foreground color to use when printing Info events to the console.
Public propertyIsLocal
INTERNAL API. Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.)
Public propertyIsTerminated Obsolete.
INTERNAL API. Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.)
Public propertyParent
INTERNAL API. Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.)
Public propertyPath
The path where this logger currently resides.
(Overrides ActorRefBasePath.)
Public propertyProvider
N/A
(Overrides InternalActorRefBaseProvider.)
Public propertyStatic memberUseColors
Determines whether colors are used when printing events to the console.
Public propertyStatic memberWarningColor
The foreground color to use when printing Warning events to the console.
Top
Methods
  NameDescription
Public methodCompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from ActorRefBase.)
Public methodCompareTo(IActorRef)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from ActorRefBase.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from ActorRefBase.)
Public methodEquals(IActorRef)
Indicates whether the current object is equal to another object of the same type.
(Inherited from ActorRefBase.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetChild
INTERNAL API. Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from ActorRefBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberPrintLogEvent
Prints a specified event to the console.
Public methodRestart
INTERNAL API. Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.)
Public methodResume
INTERNAL API. Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.)
Public methodSendSystemMessage(ISystemMessage)
INTERNAL API. Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.)
Public methodSendSystemMessage(ISystemMessage, IActorRef) Obsolete.
INTERNAL API. Used by built-in IActorRef implementations for handling internal operations that are not exposed directly to end-users.
(Inherited from InternalActorRefBase.)
Public methodStart
INTERNAL API. Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.)
Public methodStop
INTERNAL API. Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.)
Public methodSuspend
INTERNAL API. Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.)
Public methodTell
TBD
(Inherited from ActorRefBase.)
Protected methodTellInternal
Handles incoming log events by printing them to the console.
(Overrides MinimalActorRefTellInternal(Object, IActorRef).)
Public methodToString
Returns a string that represents the current object.
(Inherited from ActorRefBase.)
Public methodToSurrogate
Creates a surrogate representation of the current ActorRefBase.
(Inherited from ActorRefBase.)
Top
Extension Methods
See Also