Click or drag to resize

ILogger.Fatal 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: System.String
Log template
parmeters
Type:System.Object[]
Parameters to apply to template
See Also