pub type LogBuffer = Receiver<LogMsg>;
The log buffer type.
struct LogBuffer { /* private fields */ }