Click or drag to resize
LoggingAdapterError Method (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(
	string format,
	params Object[] args
)

Parameters

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