Click or drag to resize

ILoggerFatal Method (String, Object)

Log to the underlying logger using the fatal level

Namespace:  Crosser.Common.Logging
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
void Fatal(
	string template,
	params Object[] parmeters
)

Parameters

template
Type: SystemString
Log template
parmeters
Type: SystemObject
Parameters to apply to template
See Also