Table of Contents

Class Instruments

Namespace
Xui.Core.Debug
Assembly
Xui.Core.dll

Factory for creating instrumentation sinks.

public static class Instruments
Inheritance
Instruments
Inherited Members

Fields

Console

Returns an instrumentation sink that writes to the console.

public static readonly IInstruments Console

Field Value

IInstruments

Methods

File(string)

Returns an instrumentation sink that writes to a file at the given path.

public static IInstruments File(string path)

Parameters

path string

The path of the log file to write to.

Returns

IInstruments