Fatal Method (message)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Fatal Method (message)
Patterns-In-Action! ApplicationLogSingletonLoggerFatal(String)
Log a message when severity level is "Fatal"
Declaration Syntax
C# Visual Basic
public void Fatal(
	string message
)
Public Sub Fatal ( _
	message As String _
)
Parameters
message (String)
Log message

Assembly: Log (Module: Log) Version: 1.0.0.0 (1.0.0.0)