LoggingAdapterError Method (Exception, String, Object) |
Logs a message with the Error level.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxvoid Error(
Exception cause,
string format,
params Object[] args
)
Sub Error (
cause As Exception,
format As String,
ParamArray args As Object()
)
void Error(
Exception^ cause,
String^ format,
... array<Object^>^ args
)
abstract Error :
cause : Exception *
format : string *
args : Object[] -> unit
Parameters
- cause
- Type: SystemException
The cause. - format
- Type: SystemString
The format. - args
- Type: SystemObject
The arguments.
See Also