logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class LoggingConstants.Indicators

    Log level indicators

    Inheritance
    object
    LoggingConstants.Indicators
    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.Indicators

    Fields

    ERROR

    Declaration
    public const string ERROR = "❌"
    Field Value
    Type Description
    string

    NEGATIVE

    Declaration
    public const string NEGATIVE = "⭕"
    Field Value
    Type Description
    string

    SUCCESS

    Declaration
    public const string SUCCESS = "✅"
    Field Value
    Type Description
    string

    WARNING

    Declaration
    public const string WARNING = "⚠️"
    Field Value
    Type Description
    string
    In this article
    © 2026 Serenity. All Rights Reserved