Function ggez::filesystem::log_all[][src]

pub fn log_all(ctx: &mut Context)
Expand description

Outputs the contents of all data directories, using the “info” log level of the log crate. Useful for debugging.

See the logging example for how to collect log information.