pub fn write_str(s: &str) -> Result
Convenience function for writing a simple string to the logger.
If the logger has not yet been initialized, no log messages will be emitted. and an Error will be returned.
Error