SettingsLogConfigOnStart Property |
Gets a value indicating whether [log configuration on start].
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool LogConfigOnStart { get; }
Public ReadOnly Property LogConfigOnStart As Boolean
Get
public:
property bool LogConfigOnStart {
bool get ();
}
member LogConfigOnStart : bool with get
Property Value
Type:
Booleantrue if [log configuration on start]; otherwise,
false.
See Also