Skip to content

T_NChronicle_Core_Interfaces_IChronicle

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

IChronicle Interface

A container for primary recording methods.

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

Syntax

C#

public interface IChronicle

VB

Public Interface IChronicle

F#

type IChronicle =  interface end

Methods

 

Name Description
Public method Critical(Exception, String[]) Record a Critical level Exception with the specified tags.
Public method Critical(String, String[]) Record a Critical level message with the specified tags.
Public method Critical(String, Exception, String[]) Record a Critical level message and Exception with the specified tags.
Public method Debug(Exception, String[]) Record a Debug level exception with the specified tags.
Public method Debug(String, String[]) Record a Debug level message with the specified tags.
Public method Debug(String, Exception, String[]) Record a Debug level message and Exception with the specified tags.
Public method Info(Exception, String[]) Record a Info level Exception with the specified tags.
Public method Info(String, String[]) Record a Info level message with the specified tags.
Public method Info(String, Exception, String[]) Record a Info level message and Exception with the specified tags.
Public method Success(Exception, String[]) Record a Success level Exception with the specified tags.
Public method Success(String, String[]) Record a Success level message with the specified tags.
Public method Success(String, Exception, String[]) Record a Success level message and Exception with the specified tags.
Public method Warning(Exception, String[]) Record a Warning level Exception with specified tags.
Public method Warning(String, String[]) Record a Warning level message with the specified tags.
Public method Warning(String, Exception, String[]) Record a Warning level message and Exception with the specified tags.
  Back to Top

See Also

Reference

NChronicle.Core.Interfaces Namespace

NChronicle

ChronicleConfigurationDelegate

IChronicle

IChronicleLibrary

Chronicle

ChronicleConfiguration

ChronicleLevel

ChronicleRecord

Clone this wiki locally