Warning Method (message)

Design Pattern Framework 3.5

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

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