Click or drag to resize

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.ApplicationEnvironment
Assembly: NetEti.BasicAppSettings (in NetEti.BasicAppSettings.dll) Version: 1.0.0+fc721cf1d38e1de155fd33971356662ac9c21f21
Syntax
public InfoType[]? DebugInfo { get; set; }

Return value

InfoType
See also