MySQL 8.3.0
Source Code Documentation
my_loglevel.h File Reference

Definition of the global "loglevel" enumeration. More...

Go to the source code of this file.

Enumerations

enum  loglevel { SYSTEM_LEVEL = 0 , ERROR_LEVEL = 1 , WARNING_LEVEL = 2 , INFORMATION_LEVEL = 3 }
 

Detailed Description

Definition of the global "loglevel" enumeration.

The values defined here have a fixed relationship with enum_prio in storage/perfschema/table_error_log.h and should not be changed.

If changing them is inevitable, make sure that that relationship is maintained and performance_schema.error_log not broken.

Enumeration Type Documentation

◆ loglevel

enum loglevel
Enumerator
SYSTEM_LEVEL 
ERROR_LEVEL 
WARNING_LEVEL 
INFORMATION_LEVEL