FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

DocFx.LogParams Type

Parameters for logging

Record fields

Record Field Description

CorrelationId

Full Usage: CorrelationId

Field type: string

Specify the correlation id used for logging.

Field type: string

LogFilePath

Full Usage: LogFilePath

Field type: string

Specify the file name to save processing log.

Field type: string

LogLevel

Full Usage: LogLevel

Field type: 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.

Field type: LogLevel option

RepoRoot

Full Usage: RepoRoot

Field type: string

Specify the GIT repository root folder.

Field type: string

Static members

Static member Description

LogParams.Create()

Full Usage: LogParams.Create()

Returns: LogParams

Log default parameters

Returns: LogParams