Write a log message
Namespace: SimphonyPosApi.LoggingAssembly: PosCore (in PosCore.dll) Version: 19.9
Syntaxvoid 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