Click or drag to resize
LoggingAdapterInfo Method
Logs a message with the Info level.

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

Parameters

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