Logging..::..GetLogger Method (IActorContext)

Gets the logger.

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

Syntax


public static LoggingAdapter GetLogger(
	IActorContext cell
)
Public Shared Function GetLogger ( _
	cell As IActorContext _
) As LoggingAdapter
public:
static LoggingAdapter^ GetLogger(
	IActorContext^ cell
)

Parameters

cell
Type: Akka.Actor..::..IActorContext
The cell.

Return Value

LoggingAdapter.