StandardOutLogger Class |
Namespace: Akka.Event
The StandardOutLogger type exposes the following members.
Name | Description | |
---|---|---|
StandardOutLogger | Initializes a new instance of the StandardOutLogger class |
Name | Description | |
---|---|---|
DebugColor |
The foreground color to use when printing Debug events to the console.
| |
ErrorColor |
The foreground color to use when printing Error events to the console.
| |
InfoColor |
The foreground color to use when printing Info events to the console.
| |
IsLocal |
INTERNAL API.
Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.) | |
IsTerminated | Obsolete.
INTERNAL API.
Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.) | |
Parent |
INTERNAL API.
Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.) | |
Path |
The path where this logger currently resides.
(Overrides ActorRefBasePath.) | |
Provider |
N/A
(Overrides InternalActorRefBaseProvider.) | |
UseColors |
Determines whether colors are used when printing events to the console.
| |
WarningColor |
The foreground color to use when printing Warning events to the console.
|
Name | Description | |
---|---|---|
CompareTo(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.) | |
CompareTo(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.) | |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from ActorRefBase.) | |
Equals(IActorRef) | Indicates whether the current object is equal to another object of the same type. (Inherited from ActorRefBase.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetChild |
INTERNAL API.
Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.) | |
GetHashCode | Serves as the default hash function. (Inherited from ActorRefBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PrintLogEvent |
Prints a specified event to the console.
| |
Restart |
INTERNAL API.
Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.) | |
Resume |
INTERNAL API.
Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.) | |
SendSystemMessage(ISystemMessage) |
INTERNAL API.
Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.) | |
SendSystemMessage(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.) | |
Start |
INTERNAL API.
Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.) | |
Stop |
INTERNAL API.
Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.) | |
Suspend |
INTERNAL API.
Abstract implementation of IInternalActorRef.
(Inherited from MinimalActorRef.) | |
Tell |
TBD
(Inherited from ActorRefBase.) | |
TellInternal |
Handles incoming log events by printing them to the console.
(Overrides MinimalActorRefTellInternal(Object, IActorRef).) | |
ToString | Returns a string that represents the current object. (Inherited from ActorRefBase.) | |
ToSurrogate |
Creates a surrogate representation of the current ActorRefBase.
(Inherited from ActorRefBase.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |