Class MinimalLogger
Inheritance
Akka.Actor.InternalActorRefBase
Akka.Actor.MinimalActorRef
MinimalLogger
Inherited Members
Namespace: Akka.Event
Assembly: Akka.dll
Syntax
public abstract class MinimalLogger : MinimalActorRef, IInternalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable, IActorRefScope
Properties
| Improve this Doc View SourceFilter
Declaration
public LogFilterEvaluator Filter { get; }
Property Value
Type | Description |
---|---|
LogFilterEvaluator |
Path
The path where this logger currently resides.
Declaration
public sealed override ActorPath Path { get; }
Property Value
Type | Description |
---|---|
ActorPath |
Overrides
| Improve this Doc View SourceProvider
N/A
Declaration
public sealed override IActorRefProvider Provider { get; }
Property Value
Type | Description |
---|---|
IActorRefProvider |
Overrides
Akka.Actor.InternalActorRefBase.Provider
Exceptions
Type | Condition |
---|---|
NotImplementedException | This exception is automatically thrown since MinimalLogger does not support this property. |
Methods
| Improve this Doc View SourceLog(Object)
Declaration
protected abstract void Log(object message)
Parameters
Type | Name | Description |
---|---|---|
Object | message |
TellInternal(Object, IActorRef)
Declaration
protected sealed override void TellInternal(object message, IActorRef sender)
Parameters
Type | Name | Description |
---|---|---|
Object | message | |
IActorRef | sender |
Overrides
Akka.Actor.MinimalActorRef.TellInternal(System.Object, Akka.Actor.IActorRef)