class LoggingHardwareModule
Defined at line 15 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/logging-hardware-module.h
An example class representation of a hardware module that logs to the
driver logger.
LoggingHardwareModule is designed to be linkable to both DFv1 and DFv2
drivers.
Public Methods
bool LogTrace ()
Logs a TRACE level message and returns true if TRACE log level is enabled.
Returns false otherwise.
Defined at line 11 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/logging-hardware-module.cc
void LoggingHardwareModule ()
Defined at line 17 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/logging-hardware-module.h
void ~LoggingHardwareModule ()
Defined at line 18 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/logging-hardware-module.h
bool LogDebug ()
Logs a DEBUG level message and returns true if DEBUG log level is enabled.
Returns false otherwise.
Defined at line 19 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/logging-hardware-module.cc
bool LogInfo ()
Logs an INFO level message and returns true if INFO log level is enabled.
Returns false otherwise.
Defined at line 27 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/logging-hardware-module.cc
bool LogWarning ()
Logs a WARNING level message and returns true if WARNING log level is
enabled. Returns false otherwise.
Defined at line 35 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/logging-hardware-module.cc
bool LogError ()
Logs an ERROR level message and returns true if ERROR log level is enabled.
Returns false otherwise.
Defined at line 43 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/logging-hardware-module.cc