Legend
| Field: Dictionary<LogType, uint> VerbosityLimit
DeclarationDictionary<LogType, uint> VerbosityLimit SummaryHolds the current verbosity limit for each of the log types. Only messages with same or lower verbosity will be printed. Defaults to level 1 for all messages except debug, which defaults to 0.RemarksApplications can print a message with a verbosity level of 0 - such messages cannot be disabled. |