OpenOCD
jaylink_log_level
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
jaylink_log_level
jaylink_log_level enum
libjaylink log levels.
Syntax
Show:
Summary
Declaration
from
libjaylink.h:74
enum
jaylink_log_level
{
JAYLINK_LOG_LEVEL_NONE
=
0
,
JAYLINK_LOG_LEVEL_ERROR
=
1
,
JAYLINK_LOG_LEVEL_WARNING
=
2
,
JAYLINK_LOG_LEVEL_INFO
=
3
,
JAYLINK_LOG_LEVEL_DEBUG
=
4
,
JAYLINK_LOG_LEVEL_DEBUG_IO
=
5
}
;
Values
Value
Declared as
Description
jaylink_log_level::JAYLINK_LOG_LEVEL_NONE
=
0
Output no messages.
jaylink_log_level::JAYLINK_LOG_LEVEL_ERROR
=
1
Output error messages.
jaylink_log_level::JAYLINK_LOG_LEVEL_WARNING
=
2
Output warnings.
jaylink_log_level::JAYLINK_LOG_LEVEL_INFO
=
3
Output informational messages.
jaylink_log_level::JAYLINK_LOG_LEVEL_DEBUG
=
4
Output debug messages.
jaylink_log_level::JAYLINK_LOG_LEVEL_DEBUG_IO
=
5
Output I/O debug messages.
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