 | BasicAppSettingsDebugInfo property |
The types of information to be logged
public enum InfoType
{ DEBUG, INFO, WARN, MILESTONE, ERROR, EXCEPTION, USERTYPE1, USERTYPE2 };
as a string, such as: "DEBUG|INFO|WARN|MILESTONE|ERROR".
Default: is set in the start program, usually InfoType.ALL
(InfoType.ALL contains everything except the USERTYPEs).
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
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
Return value
InfoType
See also