Class LoggingConstants.Indicators
Log level indicators
Inherited Members
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 |