Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
LogParams
Parameters for logging
Record Fields
Record Field | Description |
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 member | Description |
LogParams.Create()
Signature: unit -> LogParams
|
Log default parameters |