class Sass::Logger::Delayed

A logger that delays messages until they’re explicitly flushed to an inner logger.

This can be installed around the current logger by calling {#install!}, and the original logger can be replaced by calling {#uninstall!}. The log messages can be flushed by calling {#flush}.