Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ILogger.Error Method (String, Object, Object, Object)

Logs a message at the Error 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 Error(
   string formatString,
   object arg0,
   object arg1,
   object arg2
);

Parameters

formatString
A string message template containing substitution tokens
arg0
arg1
arg2

See Also

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