This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ClickTwice.
Summary
Adds a new
ClickTwice.Publisher.Core.Loggers.IPublishLogger
to the Loggers collection
- Assembly
- Cake
.ClickTwice .dll - Namespace
- Cake
.ClickTwice - Containing Type
- Click
Twice Manager Extensions
Syntax
public static ClickTwiceManager LogTo(this ClickTwiceManager manager, IPublishLogger logger)
Parameters
Name | Type | Description |
---|---|---|
manager | ClickTwiceManager | The manager |
logger | IPublishLogger | A ClickTwice.Publisher.Core.Loggers.IPublishLogger to log messages to |
Return Value
Type | Description |
---|---|
ClickTwiceManager | The updated manager |