Click or drag to resize
Akka.NETStandardOutLogger Properties

The StandardOutLogger type exposes the following members.

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
See Also