Search Results for

    Show / Hide Table of Contents

    Class MinimalLogger

    Inheritance
    object
    ActorRefBase
    InternalActorRefBase
    MinimalActorRef
    MinimalLogger
    StandardOutLogger
    Implements
    IActorRef
    ICanTell
    IEquatable<IActorRef>
    IComparable<IActorRef>
    ISurrogated
    IComparable
    Inherited Members
    ActorRefBase.Tell(object, IActorRef)
    ActorRefBase.ToString()
    ActorRefBase.Equals(object)
    ActorRefBase.GetHashCode()
    ActorRefBase.CompareTo(object)
    ActorRefBase.Equals(IActorRef)
    ActorRefBase.CompareTo(IActorRef)
    ActorRefBase.ToSurrogate(ActorSystem)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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 Source

    Filter

    Declaration
    public LogFilterEvaluator Filter { get; }
    Property Value
    Type Description
    LogFilterEvaluator
    | Edit this page View Source

    Path

    The path where this logger currently resides.

    Declaration
    public override sealed ActorPath Path { get; }
    Property Value
    Type Description
    ActorPath
    Overrides
    ActorRefBase.Path
    | Edit this page View Source

    Provider

    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 Source

    Log(object)

    Declaration
    protected abstract void Log(object message)
    Parameters
    Type Name Description
    object message
    | Edit this page View Source

    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
    Overrides
    MinimalActorRef.TellInternal(object, IActorRef)

    Implements

    IActorRef
    ICanTell
    IEquatable<T>
    IComparable<T>
    ISurrogated
    IComparable

    Extension Methods

    ActorRefExtensions.GetOrElse(IActorRef, Func<IActorRef>)
    ActorRefExtensions.IsNobody(IActorRef)
    ActorRefImplicitSenderExtensions.Forward(IActorRef, object)
    ActorRefImplicitSenderExtensions.Tell(IActorRef, object)
    GracefulStopSupport.GracefulStop(IActorRef, TimeSpan)
    GracefulStopSupport.GracefulStop(IActorRef, TimeSpan, object)
    WatchAsyncSupport.WatchAsync(IActorRef, CancellationToken)
    Futures.Ask(ICanTell, object, TimeSpan?)
    Futures.Ask(ICanTell, object, TimeSpan?, CancellationToken)
    Futures.Ask(ICanTell, object, CancellationToken)
    Futures.Ask<T>(ICanTell, Func<IActorRef, object>, TimeSpan?, CancellationToken)
    Futures.Ask<T>(ICanTell, object, TimeSpan?)
    Futures.Ask<T>(ICanTell, object, TimeSpan?, CancellationToken)
    Futures.Ask<T>(ICanTell, object, CancellationToken)
    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET