Skip to content

T_NChronicle_Core_Model_ChronicleRecord

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

ChronicleRecord Class

Container of information regarding a chronicle record.

Inheritance Hierarchy

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

Syntax

C#

public class ChronicleRecord

VB

Public Class ChronicleRecord

F#

type ChronicleRecord =  class end

The ChronicleRecord type exposes the following members.

Constructors

 

Name Description
Public method ChronicleRecord Create a new Chronicle Record with the specified level, message (optional), exception (optional), and tags (optional).
  Back to Top

Properties

 

Name Description
Public property Exception Related Exception for this record. May be absent.
Public property Level Level/severity of this record.
Public property Message Developer message for this record. May be absent.
Public property Tags Tags appended to this record.
  Back to Top

Methods

 

Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

NChronicle.Core.Model Namespace

NChronicle

ChronicleConfigurationDelegate

IChronicle

IChronicleLibrary

Chronicle

ChronicleConfiguration

ChronicleLevel

ChronicleRecord

Clone this wiki locally