Click or drag to resize

LoggerBaseLogInfo Method (String, Object)

Writes an informational message to the log using the specified array of objects and formatting information.

Namespace:  Atalasoft.Shared.Diagnostics
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void LogInfo(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
A format string that contains zero or more format items, which correspond to objects in the args array.
args
Type: SystemObject
An object array containing zero or more objects to format.
See Also