#include "alpaka/onHost/internal/logger.hpp"
#include "alpaka/onHost/logger/lvl.hpp"
#include <mutex>
#include <source_location>
Go to the source code of this file.
|
| void | alpaka::onHost::logger::info (concepts::Level auto logLvl, auto const &callable, std::source_location const &location=std::source_location::current()) |
| | Write a meta data message to the output.
|
| auto | alpaka::onHost::logger::scope (concepts::Level auto logLvl, std::source_location const &location=std::source_location::current()) |
| | Log the entry and exit of a scope.
|
◆ ALPAKA_LOG_FUNCTION
| #define ALPAKA_LOG_FUNCTION |
( |
| logLvl | ) |
|
Value:
Log the entry and exit of a scope.
- Parameters
-
| logLvl | log level or a sum of log levels |
Definition at line 95 of file logger.hpp.
◆ ALPAKA_LOG_INFO
| #define ALPAKA_LOG_INFO |
( |
| logLvl, |
|
|
| callable ) |
Value:
Write a meta data message to the output.
- Parameters
-
| logLvl | log level or a sum of log levels |
| callable | callable without arguments which provides a string which should be written to the output |
Definition at line 106 of file logger.hpp.