LoggingAdapter..::..Error Method (Exception, String, array<Object>[]()[][])

Errors the specified cause.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll)

Syntax


public void Error(
	Exception cause,
	string format,
	params Object[] args
)
Public Sub Error ( _
	cause As Exception, _
	format As String, _
	ParamArray args As Object() _
)
public:
void Error(
	Exception^ cause, 
	String^ format, 
	... array<Object^>^ args
)

Parameters

cause
Type: Exception
The cause.
format
Type: String
The format.
args
Type: array<Object>[]()[][]
The arguments.