Click or drag to resize

LiteLoggerFatal Method (String, Exception)

Namespace:  NetworkCommsDotNet.Tools
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public void Fatal(
	string message,
	Exception ex
)

Parameters

message
Type: SystemString
ex
Type: SystemException

Implements

ILoggerFatal(String, Exception)
See Also