 | BasicAppSettingsDebugInfo Eigenschaft |
Die zu loggenden Informationsarten
public enum InfoType
{ DEBUG, INFO, WARN, MILESTONE, ERROR, EXCEPTION, USERTYPE1, USERTYPE2 };
als String, wie z.B.: "DEBUG|INFO|WARN|MILESTONE|ERROR".
Default: wird im Startprogramm gesetzt, üblicherweise InfoType.ALL
(InfoType.ALL enthält alles außer den USERTYPEn).
Namensraum: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+47f2d73d44cbabd9edbd44700dbe27e722340f78
Syntaxpublic InfoType[]? DebugInfo { get; set; }
Public Property DebugInfo As InfoType()
Get
Set
public:
property array<InfoType>^ DebugInfo {
array<InfoType>^ get ();
void set (array<InfoType>^ value);
}
member DebugInfo : InfoType[] with get, set
Rückgabewert
InfoType
Siehe auch