This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
ServiceMessageLog class.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- ServiceMessageLog
Syntax
public ServiceMessageLog(IConsole console, Regex formatExpression, Verbosity verbosity = 2)
Parameters
| Name | Type | Description |
|---|---|---|
| console | IConsole | The IConsole implementation to log to. |
| formatExpression | Regex | Expression to check whether a token should be colorized. |
| verbosity | Verbosity | Initial verbosity. |
Return Value
| Type | Description |
|---|---|
| void |
