[This is preliminary documentation and is subject to change.]
Logs a warning to the log file.

Declaration Syntax
public static void LogWarning(
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 Warning 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)