Click or drag to resize

ILoggerLog Method

Write a log message

Namespace: SimphonyPosApi.Logging
Assembly: PosCore (in PosCore.dll) Version: 19.9
Syntax
C#
void Log(
	LogLevel level,
	Exception exception,
	Func<string> formatter
)

Parameters

level  LogLevel
entry is written on this level
exception  Exception
the exception related to the log entry, may be null
formatter  FuncString
formats string message to be logged
See Also