Library Specification Object Model Reference

QLLog.Warning Method (String, Object[])

Writes the specified warning message to the logs when the warning level of logging is enabled.

public static void Warning(
   string messageFormat,
   params object[] replacements
);

Parameters

messageFormat
The message format to be written, consistent with string.format.
replacements
The values to replace the message format's placeholders with.

See Also

QLLog Class | Spss.Dimensions.Library.Specification Namespace | QLLog.Warning Overload List