Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
Loading...
Searching...
No Matches
foray_logger.hpp
Go to the documentation of this file.
1#pragma once
2#include <spdlog/spdlog.h>
3
4namespace foray {
7 spdlog::logger* logger();
8} // namespace foray::core
Definition foray_api.hpp:19
spdlog::logger * logger()
Gives access to a global available logger object. The logger writes to console & to a file next to th...