Photon Common Library
2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
logger_fwd.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <functional>
4
#include <string_view>
5
6
namespace
ph
7
{
8
9
enum class
ELogLevel
;
10
class
Logger;
11
12
using
LogHandler
= std::function<void(
ELogLevel
logLevel, std::string_view logString)>;
13
14
}
// end namespace ph
ph
The root for all renderer implementations.
Definition
assertion.h:9
ph::LogHandler
std::function< void(ELogLevel logLevel, std::string_view logString)> LogHandler
Definition
logger_fwd.h:12
ph::ELogLevel
ELogLevel
Definition
ELogLevel.h:9
Include
Common
Log
logger_fwd.h
Generated by
1.11.0