Info Method (message, exception)

Design Pattern Framework 3.5

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

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