![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Log level struct for debugging SYCL operations. More...
#include <shambase/include/shambase/logs/loglevels.hpp>
Static Public Member Functions | |
| static std::string | reformat (const std::string &in, std::string module_name) |
| Log formatter function for debugging SYCL operations. | |
Static Public Attributes | |
| static constexpr i8 | logval = 11 |
| Log level value. | |
| static constexpr const char * | level_name = "Debug SYCL" |
| Log level name. | |
Log level struct for debugging SYCL operations.
This struct contains the log level information for debugging SYCL operations.
Definition at line 102 of file loglevels.hpp.
|
static |
Log formatter function for debugging SYCL operations.
This function formats the log message for debugging SYCL operations.
| in | The log message |
| module_name | The name of the module |
Definition at line 117 of file logs.cpp.
Here is the call graph for this function:
|
staticconstexpr |
Log level name.
Definition at line 104 of file loglevels.hpp.
|
staticconstexpr |
Log level value.
Definition at line 103 of file loglevels.hpp.