Skip to content

T_NChronicle_Core_Model_ChronicleLevel

Andy James edited this page Aug 3, 2017 · 1 revision

ChronicleLevel Enumeration

Level/severity of a Chronicle record

Namespace: NChronicle.Core.Model
Assembly: NChronicle.Core (in NChronicle.Core.dll) Version: 1.0.3.0 (1.0.3.0)

Syntax

C#

public enum ChronicleLevel

VB

Public Enumeration ChronicleLevel

F#

type ChronicleLevel

Members

 

Member name Value Description
Critical 0 A critical level record - best used in events of paramount importance.
Warning 1 A warning level record - best used with unexpected exceptions.
Success 2 A success level record - best used in events of notable success.
Info 3 A informational level record - best used with notable information.
Debug 4 A debug level record - best used with less notable information for later debugging.

See Also

Reference

NChronicle.Core.Model Namespace

NChronicle

ChronicleConfigurationDelegate

IChronicle

IChronicleLibrary

Chronicle

ChronicleConfiguration

ChronicleLevel

ChronicleRecord

Clone this wiki locally