Persistate API documentation
LogInfo Method (message, parameters)
NamespacesPersistateLoggerLogInfo(String, array<Object>[]()[][])

[This is preliminary documentation and is subject to change.]

Logs information to the log file.
Declaration Syntax
C#
public static void LogInfo(
	string message,
	params Object[] parameters
)
Parameters
message (String)
A string optionally containing format placeholders.
parameters (array<Object>[]()[][])
Zero or more objects whose values are formatted and replaced in the message.
Remarks
The detail is logged only if the loggerSwitch is set to Info or higher. The logged text is constructed from the supplied arguments using String.Format.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)