Click or drag to resize
LoggingAdapterBaseInfo Method

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

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

Parameters

format
Type: SystemString

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

args
Type: SystemObject

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

Implements

LoggingAdapterInfo(String, Object)
See Also