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

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

Logs verbose detail to the log file.
Declaration Syntax
C#
public static void LogVerbose(
	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 Verbose. 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)