Plumtree EDK (Enterprise Web Development Kit) 5.4.0 |
|
ILogger.Debug Method (String, Object, Object, Object, Object, 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,
object arg0,
object arg1,
object arg2,
object arg3,
object 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