libretro.drivers.logΒΆ

Drivers that receive log output from the core.

See also

libretro.api.log

Defines the log callback structure that log drivers implement.

Modules

driver

Protocol definition for the log driver interface.

unformatted

A log driver that forwards core messages to Python's logging module.