Class MinimalLogger
Inheritance
InternalActorRefBase
MinimalActorRef
MinimalLogger
Inherited Members
Namespace: Akka.Event
Assembly: Akka.dll
Syntax
public abstract class MinimalLogger : MinimalActorRef, IActorRef, ICanTell, IEquatable<IActorRef>, IComparable<IActorRef>, ISurrogated, IComparable
Properties
| Edit this page View SourceFilter
Declaration
public LogFilterEvaluator Filter { get; }
Property Value
| Type | Description |
|---|---|
| LogFilterEvaluator |
Path
The path where this logger currently resides.
Declaration
public override sealed ActorPath Path { get; }
Property Value
| Type | Description |
|---|---|
| ActorPath |
Overrides
| Edit this page View SourceProvider
N/A
Declaration
public override sealed 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
| Edit this page View SourceLog(object)
Declaration
protected abstract void Log(object message)
Parameters
| Type | Name | Description |
|---|---|---|
| object | message |
TellInternal(object, IActorRef)
INTERNAL API.
Abstract implementation of Akka.Actor.IInternalActorRef.
Declaration
protected override sealed void TellInternal(object message, IActorRef sender)
Parameters
| Type | Name | Description |
|---|---|---|
| object | message | |
| IActorRef | sender |
Edit this page