Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ILogger.Debug Method (String, Double, Object)

Logs a message at the Debug level using the supplied format string as a message template and interpolating the string value of one to five additional arguments arg0-arg4 in place of tokens {0} {1} {2} {3} and {4} in the format string.

void Debug(
   string formatString,
   double arg0,
   object arg1
);

Parameters

formatString
A string message template containing substitution tokens
arg0
arg1

See Also

ILogger Interface | Plumtree.Remote.Logging Namespace | ILogger.Debug Overload List