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

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

Logs an error to the log file.
Declaration Syntax
C#
public static void LogError(
	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 logged text is constructed from the supplied arguments using String.Format

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