This is part of the Fake.Documentation.DocFx module.

LogParams

Parameters for logging

Record Fields

Record FieldDescription
CorrelationId
Signature: string

Specify the correlation id used for logging.

LogFilePath
Signature: string

Specify the file name to save processing log.

LogLevel
Signature: LogLevel option

Specify to which log level will be logged. By default log level >= Info will be logged. The acceptable value could be Verbose, Info, Warning, Error.

RepoRoot
Signature: string

Specify the GIT repository root folder.

Static members

Static memberDescription
LogParams.Create()
Signature: unit -> LogParams

Log default parameters