-
Notifications
You must be signed in to change notification settings - Fork 0
Logging File
Daniel edited this page Aug 12, 2020
·
7 revisions
The CodeMonkeys.Logging.File package contains the implementation to write log messages to a local file.
| Name | Type | Description | Default value |
|---|---|---|---|
| FileNamePrefix | string | ||
| Extension | string | ||
| MaxFileSize | int? | ||
| MaxFilesToRetain | int? | ||
| Directory | string |
FileLogService.Options.Extension = "log";