LogExtensions.

Debug(ICakeLog, Verbosity, FormattableString) Method

Summary

Writes a formattable string debug message to the log using the specified verbosity and format information.
Namespace
Cake.Core.Diagnostics
Containing Type
LogExtensions

Syntax

public static void Debug(this ICakeLog log, Verbosity verbosity, FormattableString formattable)

Parameters

Name Type Description
log ICakeLog The log.
verbosity Verbosity The verbosity.
formattable FormattableString The string to be formatted.

Return Value

Type Description
void