Gets the loggers.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic IList<string> Loggers { get; }
Public ReadOnly Property Loggers As IList(Of String)
Get
public:
property IList<String^>^ Loggers {
IList<String^>^ get ();
}
member Loggers : IList<string> with get
Property Value
Type:
IListStringThe loggers.
See Also