 | XmlLoggingConfigurationInitializeSucceeded Property |
Did the Initialize(XmlReader, String, Boolean) Succeeded? true= success, false= error, null = initialize not started yet.
Namespace: NLog.ConfigAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic Nullable<bool> InitializeSucceeded { get; }
Public ReadOnly Property InitializeSucceeded As Nullable(Of Boolean)
Get
Property Value
Type:
NullableBoolean
See Also