FakeLogExtensions.

AggregateLogMessages(FakeLog) Method

Summary

Aggregates all current log entries message.
Namespace
Cake.Testing.Extensions
Containing Type
FakeLogExtensions

Syntax

public static string AggregateLogMessages(this FakeLog fakeLog)

Parameters

Name Type Description
fakeLog FakeLog The fake log.

Return Value

Type Description
string Log messages as string.