Click or drag to resize
LoggingAdapterBaseError Method (Exception, String, Object)

[Missing <summary> documentation for "M:Akka.Event.LoggingAdapterBase.Error(System.Exception,System.String,System.Object[])"]

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

Parameters

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:Akka.Event.LoggingAdapterBase.Error(System.Exception,System.String,System.Object[])"]

format
Type: SystemString

[Missing <param name="format"/> documentation for "M:Akka.Event.LoggingAdapterBase.Error(System.Exception,System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Akka.Event.LoggingAdapterBase.Error(System.Exception,System.String,System.Object[])"]

Implements

LoggingAdapterError(Exception, String, Object)
See Also