The FileLogOptions type exposes the following members.
Properties
| Name | Description |
---|
| Append |
Attribute to indicate whether logs should be appending or not
|
| FileCount |
Max number of files
|
| FilePath |
File path to be used
|
| Level |
Log level
|
| Limit |
Limit per file (in bytes)
|
See Also