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, Func<string, bool> match, Verbosity verbosity = 2)
Parameters
Name | Type | Description |
---|---|---|
console | IConsole | The IConsole implementation to log to. |
match | Func |
Predicate to check whether a token should be colorized. |
verbosity | Verbosity | Initial verbosity. |
Return Value
Type | Description |
---|---|
void |