Method Peek
Peek()
Reads the output buffer. To use this method, it's required to set this LogStream buffering with StartBuffering(int).
public string Peek()
Returns
Exceptions
- InvalidOperationException
Thrown when this LogStream is not buffering.
Reads the output buffer. To use this method, it's required to set this LogStream buffering with StartBuffering(int).
public string Peek()
Thrown when this LogStream is not buffering.