LogExtensions.

Error(ILog, string, object[]) Method

Namespace
GitVersion.Logging
Containing Type
LogExtensions

Syntax

public static void Error(this ILog log, string format, params object[] args)

Parameters

Name Type Description
log ILog
format string
args object[]

Return Value

Type Description
void
GitHub