Library Specification Object Model Reference

QLLog.Info Method

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

Overload List

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

public static void Info(string);

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

public static void Info(string,params object[]);

See Also

QLLog Class | Spss.Dimensions.Library.Specification Namespace