Table of Contents

Struct InstrumentsAccessor

Namespace
Xui.Core.Debug
Assembly
Xui.Core.dll
public readonly struct InstrumentsAccessor
Inherited Members
Extension Methods

Constructors

InstrumentsAccessor(IInstrumentsSink?)

public InstrumentsAccessor(IInstrumentsSink? sink)

Parameters

sink IInstrumentsSink

Methods

Log(Scope, LevelOfDetail, ref InstrumentsInterpolatedStringHandler)

public void Log(Scope scope, LevelOfDetail lod, ref InstrumentsInterpolatedStringHandler message)

Parameters

scope Scope
lod LevelOfDetail
message InstrumentsInterpolatedStringHandler

Trace(Scope, LevelOfDetail, ref InstrumentsInterpolatedStringHandler)

public TraceScope Trace(Scope scope, LevelOfDetail lod, ref InstrumentsInterpolatedStringHandler message)

Parameters

scope Scope
lod LevelOfDetail
message InstrumentsInterpolatedStringHandler

Returns

TraceScope