Click or drag to resize

Logger.Fatal Method (String,Object[])

Log to Serilog sinks using the fatal level

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

Parameters

template
Type: System.String
Log template
parmeters
Type:System.Object[]
Parameters to apply to template

Implements

ILogger.Fatal(String,Object[])
See Also