Overte C++ Documentation
ScriptEngineLoggingV8.h
1 //
2 // ScriptEngineLoggingV8.h
3 // libraries/script-engine/src/v8
4 //
5 // Created by Dale Glass on 06/03/2023
6 // Copyright 2023 Overte e.V.
7 //
8 // Distributed under the Apache License, Version 2.0.
9 // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
10 //
11 
14 
15 #pragma once
16 
17 #include <QLoggingCategory>
18 
19 Q_DECLARE_LOGGING_CATEGORY(scriptengine_v8)
20 Q_DECLARE_LOGGING_CATEGORY(scriptengine_module_v8)
21 Q_DECLARE_LOGGING_CATEGORY(scriptengine_script_v8)
22 
23 
24 
25