LogMessage(Config<string>) Constructor
Logs the string value of the returned object. This allows you to log different content for each document depending on the input document.
Namespace
Statiq.Core
Containing Type
LogMessage

Syntax

public LogMessage(Config<string> content)

Parameters

Name Type Description
content Config<string> A delegate that returns the content to context.Log.