Class StreamLogger
Assembly: BenchmarkDotNet.dll
Syntax
public class StreamLogger : ILogger, IDisposable
Constructors
StreamLogger(StreamWriter)
Declaration
public StreamLogger(StreamWriter writer)
Parameters
StreamLogger(String, Boolean)
Declaration
public StreamLogger(string filePath, bool append = false)
Parameters
Properties
Id
Declaration
public string Id { get; }
Property Value
Priority
Declaration
public int Priority { get; }
Property Value
Methods
Dispose()
Declaration
Flush()
Declaration
Write(LogKind, String)
Declaration
public void Write(LogKind logKind, string text)
Parameters
WriteLine()
Declaration
WriteLine(LogKind, String)
Declaration
public void WriteLine(LogKind logKind, string text)
Parameters
Implements
Extension Methods