logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class LoggingConstants.Templates

    Common log message templates

    Inheritance
    object
    LoggingConstants.Templates
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Shared.Constants
    Assembly: Serenity.Shared.dll
    Syntax
    public static class LoggingConstants.Templates

    Fields

    ADDING_TEMPLATE_AT_PATH

    Declaration
    public const string ADDING_TEMPLATE_AT_PATH = "{0} Adding template '{1}' at path: {2}"
    Field Value
    Type Description
    string

    BROKEN_GAMEOBJECT_REFERENCE

    Declaration
    public const string BROKEN_GAMEOBJECT_REFERENCE = "❌ {0} {1} GameObject reference is broken (likely missing prefab in Theme). Template field is assigned, but .gameObject is null."
    Field Value
    Type Description
    string

    ERROR_DURING_DELAYED_THEME_ASSET_PREWARMING

    Declaration
    public const string ERROR_DURING_DELAYED_THEME_ASSET_PREWARMING = "{0} Error during delayed theme asset prewarming: {1}"
    Field Value
    Type Description
    string

    ERROR_DURING_THEME_ASSETS_PREWARM

    Declaration
    public const string ERROR_DURING_THEME_ASSETS_PREWARM = "{0} Error during theme assets prewarm: {1}"
    Field Value
    Type Description
    string

    FAILED_TO_PREFETCH_ASSET

    Declaration
    public const string FAILED_TO_PREFETCH_ASSET = "{0} Failed to prefetch asset '{1}': {2}"
    Field Value
    Type Description
    string

    FOUND_COMPONENTS_OF_TYPE

    Declaration
    public const string FOUND_COMPONENTS_OF_TYPE = "{0} Found Components of type '{1}'"
    Field Value
    Type Description
    string

    FOUND_TEMPLATE_PROPERTIES

    Declaration
    public const string FOUND_TEMPLATE_PROPERTIES = "{0} Found {1} template properties"
    Field Value
    Type Description
    string

    INITIALIZATION_COMPLETED

    Declaration
    public const string INITIALIZATION_COMPLETED = "{0} Completed in {1}s, success={2}"
    Field Value
    Type Description
    string

    PREWARMING_THEME_ASSETS

    Declaration
    public const string PREWARMING_THEME_ASSETS = "{0} Prewarming {1} theme assets for context '{2}'"
    Field Value
    Type Description
    string

    PREWARM_COMPLETED_FOR_LABELS

    Declaration
    public const string PREWARM_COMPLETED_FOR_LABELS = "{0} Prewarm completed for labels: {1}"
    Field Value
    Type Description
    string

    SHOW_MENU_ATTEMPT

    Declaration
    public const string SHOW_MENU_ATTEMPT = "{0} ShowMenu: intentando mostrar menú '{1}'..."
    Field Value
    Type Description
    string

    STARTING_DELAYED_THEME_ASSET_PREWARMING

    Declaration
    public const string STARTING_DELAYED_THEME_ASSET_PREWARMING = "{0} Starting delayed theme asset prewarming..."
    Field Value
    Type Description
    string

    STARTING_THEME_ASSET_PREWARMING

    Declaration
    public const string STARTING_THEME_ASSET_PREWARMING = "{0} Starting theme asset prewarming for context '{1}' with theme type '{2}'"
    Field Value
    Type Description
    string

    TASK_COMPLETED

    Declaration
    public const string TASK_COMPLETED = "{0} ✔ {1} in {2} ms"
    Field Value
    Type Description
    string

    TASK_FAILED

    Declaration
    public const string TASK_FAILED = "{0} ✖ {1} {2}=> {3}"
    Field Value
    Type Description
    string

    TASK_PROGRESS

    Declaration
    public const string TASK_PROGRESS = "{0} {1} {2}%"
    Field Value
    Type Description
    string

    TEMPLATE_HAS_NO_ASSET_PATH

    Declaration
    public const string TEMPLATE_HAS_NO_ASSET_PATH = "{0} Template '{1}' has no asset path"
    Field Value
    Type Description
    string

    THEME_ASSET_PREWARMING_COMPLETED

    Declaration
    public const string THEME_ASSET_PREWARMING_COMPLETED = "{0} Theme asset prewarming completed for context '{1}'"
    Field Value
    Type Description
    string

    THEME_ASSET_PREWARMING_COMPLETED_SUCCESSFULLY

    Declaration
    public const string THEME_ASSET_PREWARMING_COMPLETED_SUCCESSFULLY = "{0} Theme asset prewarming completed successfully"
    Field Value
    Type Description
    string

    WARMUP_FAILED

    Declaration
    public const string WARMUP_FAILED = "{0} Warmup failed: {1}"
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved