OpenOCD
log_levels
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
log_levels
log_levels enum
Syntax
Show:
Summary
Declaration
from
log.h:40
enum
log_levels
{
LOG_LVL_SILENT
=
-
3
,
LOG_LVL_OUTPUT
=
-
2
,
LOG_LVL_USER
=
-
1
,
LOG_LVL_ERROR
=
0
,
LOG_LVL_WARNING
=
1
,
LOG_LVL_INFO
=
2
,
LOG_LVL_DEBUG
=
3
,
LOG_LVL_DEBUG_IO
=
4
,
}
;
Values
Value
Declared as
log_levels::LOG_LVL_SILENT
=
-
3
log_levels::LOG_LVL_OUTPUT
=
-
2
log_levels::LOG_LVL_USER
=
-
1
log_levels::LOG_LVL_ERROR
=
0
log_levels::LOG_LVL_WARNING
=
1
log_levels::LOG_LVL_INFO
=
2
log_levels::LOG_LVL_DEBUG
=
3
log_levels::LOG_LVL_DEBUG_IO
=
4
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out