Class Instruments
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
Methods
File(string)
Returns an instrumentation sink that writes to a file at the given path.
public static IInstruments File(string path)
Parameters
pathstringThe path of the log file to write to.