RotatingFileSink Type
A caller-owned write-only stream that rotates a file by size for use with `Command.StdoutTee` or
`Command.StderrTee`. The active file is `path`; archives are `path.1` (newest) through
`path.
Constructors
| Constructor |
Description
|
Full Usage:
RotatingFileSink(path, maxBytes, maxFiles)
Parameters:
string
maxBytes : int64
maxFiles : int
Returns: RotatingFileSink
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.MaxBytes
Returns: int64
|
|
Full Usage:
this.MaxFiles
Returns: int
|
|
Full Usage:
this.Path
Returns: string
|
|
ProcessKit API Reference