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 ()

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 14 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv2-driver-with-logging.cc

zx::result<> Start (fdf::DriverContext context)

Implements `fdf::DriverBase`.

Defined at line 16 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 18 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 20 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 22 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 24 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 26 of file ../../src/graphics/display/lib/driver-framework-migration-utils/logging/testing/dfv2-driver-with-logging.cc