Logging..::..GetLogger Method (IActorContext)
Gets the logger.
Namespace:
Akka.EventAssembly: 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.