Click or drag to resize
NullLoggerLog Method
The NullLogger does nothing in this ILogger implementation.

Namespace: HandlebarsDotNet.Mvc
Assembly: HandlebarsDotNet.Mvc (in HandlebarsDotNet.Mvc.dll) Version: 1.0.0-beta
Syntax
public void Log(
	LoggerCategory category,
	Func<string> messageGenerator
)

Parameters

category
Type: HandlebarsDotNet.MvcLoggerCategory
The category the message is used for.
messageGenerator
Type: SystemFuncString

Implements

ILoggerLog(LoggerCategory, FuncString)
See Also