Click or drag to resize
LoggingGetLogger Method (ActorSystem, Object, ILogMessageFormatter)
Gets the logger.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public static LoggingAdapter GetLogger(
	ActorSystem system,
	Object logSourceObj,
	ILogMessageFormatter logMessageFormatter = null
)

Parameters

system
Type: Akka.ActorActorSystem
The system.
logSourceObj
Type: SystemObject
The log source object.
logMessageFormatter (Optional)
Type: Akka.EventILogMessageFormatter
The log message formatter.

Return Value

Type: LoggingAdapter
LoggingAdapter.
See Also