Click or drag to resize

LoggerDebug Method (Exception, String, Object)

Log to Serilog sinks using the debug level

Namespace:  Crosser.Logger
Assembly:  Crosser.Logger (in Crosser.Logger.dll) Version: 0.0.4
Syntax
C#
public virtual void Debug(
	Exception ex,
	string template,
	params Object[] parmeters
)

Parameters

ex
Type: SystemException
Exception
template
Type: SystemString
Log template
parmeters
Type: SystemObject
Parameters to apply to template

Implements

ILoggerDebug(Exception, String, Object)
See Also