![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
#include <Logger.hpp>
Public Member Functions | |
template<typename T > | |
MessageAndLocation (T &&msg, const std::source_location loc=std::source_location::current()) | |
Public Attributes | |
std::string_view | message |
std::source_location | location |
Definition at line 27 of file Logger.hpp.
|
inline |
Definition at line 34 of file Logger.hpp.
std::source_location Ark::internal::Logger::MessageAndLocation::location |
Definition at line 30 of file Logger.hpp.
Referenced by Ark::internal::Logger::debug().
std::string_view Ark::internal::Logger::MessageAndLocation::message |
Definition at line 29 of file Logger.hpp.
Referenced by Ark::internal::Logger::debug().