Click or drag to resize
ICoreInfo Method
Writes an informational message into the log.

Namespace: Landis.Core
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
void Info(
	string message,
	params Object[] mesgArgs
)

Parameters

message
Type: SystemString
Message to write into the log. It may contain placeholders for optional arguments using the "{n}" notation used by the System.String.Format method.
mesgArgs
Type: SystemObject
Optional arguments for the message.
See Also