106 I_ASSIGN(m_defaultTracingLevel,
"DefaulTracingtLevel",
"Default tracing level, -1 tracing off, 0 tracing all",
true, -1);
123 I_ATTR(
int, m_defaultTracingLevel);
Base class for component implementation.
Component for configuring tracing verbosity levels.
virtual void SetTracingLevel(int tracingLevel) override
Set the tracing level.
virtual int GetTracingLevel() const override
Get the current tracing level.
CTracingConfigurationComp()
virtual void OnComponentCreated() override
icomp::CComponentBase BaseClass
Base class typedef.
virtual bool Serialize(iser::IArchive &archive) override
Load or store state of this object as a archive stream.
Interface for configuring tracing verbosity levels.
Represents an input/output persistence archive for object serialization.
Common class for all classes which objects can be archived or restored from archive.
This namespace contains implementations for the logging functionality.