pub fn reserve_logs(n: usize)
Expand description

Adds n more entries to cursive’s log queue.

Most of the time you don’t need to use this directly.

You should call this if you’re not using init() nor get_logger().