logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class UnityLogRoute

    Unity-serializable implementation of ILogRoute that defines routing configuration for logging services.
    Maps installer types to specific logger implementations by storing type names and logger keys.

    Inheritance
    object
    UnityLogRoute
    Implements
    ILogRoute
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Logging.Infrastructure.Entities
    Assembly: Serenity.UnityGlobal.Infrastructure.dll
    Syntax
    public class UnityLogRoute : ILogRoute

    Constructors

    UnityLogRoute()

    Declaration
    public UnityLogRoute()

    Fields

    InstallerTypeName

    Declaration
    public string InstallerTypeName
    Field Value
    Type Description
    string

    The full type name or assembly-qualified name of the installer type this route applies to.

    LoggerKey

    Declaration
    public string LoggerKey
    Field Value
    Type Description
    string

    The key identifier for the logger implementation to use for this installer type.

    Implements

    ILogRoute
    In this article
    © 2026 Serenity. All Rights Reserved