Click or drag to resize
LoggingAdapterError Method (Exception, String, Object)
Logs a message with the Error level.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
void Error(
	Exception cause,
	string format,
	params Object[] args
)

Parameters

cause
Type: SystemException
The cause.
format
Type: SystemString
The format.
args
Type: SystemObject
The arguments.
See Also