Plumtree EDK (Enterprise Web Development Kit) 5.4.0 |
|
ILogger.Debug Method (String, Int64, Int64, Int64, Int64, Int64)
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,
long arg0,
long arg1,
long arg2,
long arg3,
long arg4
);
Parameters
-
formatString
- A string message template containing substitution tokens
-
arg0
-
-
arg1
-
-
arg2
-
-
arg3
-
-
arg4
-
See Also
ILogger Interface | Plumtree.Remote.Logging Namespace | ILogger.Debug Overload List