class Dfv2DriverWithLogging
Defined at line 15 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv2-driver-with-logging.h
Public Methods
void Dfv2DriverWithLogging (fdf::DriverStartArgs start_args, fdf::UnownedSynchronizedDispatcher driver_dispatcher)
Defined at line 13 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv2-driver-with-logging.cc
void ~Dfv2DriverWithLogging ()
Defined at line 17 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv2-driver-with-logging.cc
zx::result<> Start ()
Implements `fdf::DriverBase`.
Defined at line 19 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv2-driver-with-logging.cc
bool LogTrace ()
Logs a TRACE level message and returns true if TRACE log level is enabled.
Returns false otherwise.
Defined at line 21 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv2-driver-with-logging.cc
bool LogDebug ()
Logs a DEBUG level message and returns true if DEBUG log level is enabled.
Returns false otherwise.
Defined at line 23 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv2-driver-with-logging.cc
bool LogInfo ()
Logs an INFO level message and returns true if INFO log level is enabled.
Returns false otherwise.
Defined at line 25 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv2-driver-with-logging.cc
bool LogWarning ()
Logs a WARNING level message and returns true if WARNING log level is
enabled. Returns false otherwise.
Defined at line 27 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv2-driver-with-logging.cc
bool LogError ()
Logs an ERROR level message and returns true if ERROR log level is enabled.
Returns false otherwise.
Defined at line 29 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv2-driver-with-logging.cc