Skip to content

M_NChronicle_Core_Interfaces_IChronicle_Info_1

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

IChronicle.Info Method (String, Exception, String[])

Record a Info level message and Exception with the specified tags.

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

Syntax

C#

void Info(
	string message,
	Exception exception,
	params string[] tags
)

VB

Sub Info ( 
	message As String,
	exception As Exception,
	ParamArray tags As String()
)

F#

abstract Info : 
        message : string * 
        exception : Exception * 
        tags : string[] -> unit 

Parameters

 

message
Type: System.String
Message to be recorded.
exception
Type: System.Exception
Exception to be recorded.
tags
Type: System.String[]
Tags to be appended to this record.

See Also

Reference

IChronicle Interface
Info Overload
NChronicle.Core.Interfaces Namespace

NChronicle

ChronicleConfigurationDelegate

IChronicle

IChronicleLibrary

Chronicle

ChronicleConfiguration

ChronicleLevel

ChronicleRecord

Clone this wiki locally