Skip to content

M_NChronicle_Core_Model_Chronicle_Debug_2

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

Chronicle.Debug Method (String, String[])

Record a Debug level message with the specified tags.

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

Syntax

C#

public void Debug(
	string message,
	params string[] tags
)

VB

Public Sub Debug ( 
	message As String,
	ParamArray tags As String()
)

F#

abstract Debug : 
        message : string * 
        tags : string[] -> unit 
override Debug : 
        message : string * 
        tags : string[] -> unit 

Parameters

 

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

Implements

IChronicle.Debug(String, String[])

See Also

Reference

Chronicle Class
Debug Overload
NChronicle.Core.Model Namespace

NChronicle

ChronicleConfigurationDelegate

IChronicle

IChronicleLibrary

Chronicle

ChronicleConfiguration

ChronicleLevel

ChronicleRecord

Clone this wiki locally