ACF $AcfVersion:0$
ITracingConfiguration.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// ACF includes
6#include <istd/IChangeable.h>
7
8
9namespace ilog
10{
11
12
60{
61public:
85 virtual int GetTracingLevel() const = 0;
86
114 virtual void SetTracingLevel(int tracingLevel) = 0;
115};
116
117
118} // namespace ilog
119
Interface for configuring tracing verbosity levels.
virtual int GetTracingLevel() const =0
Get the current tracing level.
virtual void SetTracingLevel(int tracingLevel)=0
Set the tracing level.
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
This namespace contains implementations for the logging functionality.