Skip to main content

VelopackApp.SetLogger Method

Declaring Type: VelopackApp
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e

Adds a custom logger to the Velopack application. This will be used for all Velopack diagnostic messages in addition to the default log file location. This will be cached and re-used throughout the lifetime of the application. If you have also provided a custom locator, this logger will be ignored.

public VelopackApp SetLogger(IVelopackLogger logger);

Parameters

logger IVelopackLogger

Returns

VelopackApp


Documentation generated by MdDocs