EGL library logLib
The logLib utility offers a set of logging functions that support multiple log levels DEBUG, ERROR, INFO, TRACE and WARN. These functions are designed to help developers effectively monitor, debug, and trace the behavior of EGL applications during execution.
The following table provides an overview of the available functions in logLib.
| System function/Invocation | Description |
|---|---|
debug ( |
Logs a debugging message. |
debug ( |
Logs a debugging message along with EGL data. |
error ( |
Logs an error message. |
error ( |
Logs an error message along with EGL data. |
info ( |
Logs an informational message. |
info ( |
Logs an informational message along with EGL data. |
trace( |
Logs the stack trace to the console. |
trace( |
Logs the stack trace along with EGL data |
warn ( |
Logs a warning message |
warn ( |
Logs a warning message along with EGL data |