Skip to content

Logging File

Daniel edited this page Aug 12, 2020 · 7 revisions

CodeMonkeys.Logging.File

Nuget

The CodeMonkeys.Logging.File package contains the implementation to write log messages to a local file.

Options

Name Type Description Default value
FileNamePrefix string
Extension string
MaxFileSize int?
MaxFilesToRetain int?
Directory string

How to set a option property

FileLogService.Options.Extension = "log";

Clone this wiki locally