[][src]Type Definition wlroots::utils::log::LogCallback

type LogCallback = fn(verbosity: LogVerbosity, message: String);

The signature for the callback function you can hook into the logging functionality of wlroots.

message is the formatted string ready to be displayed on the screen.