We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9ace5 commit 1b7e1daCopy full SHA for 1b7e1da
libafl_bolts/src/lib.rs
@@ -737,7 +737,7 @@ pub static LIBAFL_STDERR_LOGGER: SimpleStderrLogger = SimpleStderrLogger::new();
737
#[cfg(feature = "std")]
738
pub static LIBAFL_STDOUT_LOGGER: SimpleStdoutLogger = SimpleStdoutLogger::new();
739
740
-/// A simple logger struct that logs to stderr when used with [`log::set_logger`].
+/// A simple logger struct that logs to stdout when used with [`log::set_logger`].
741
#[derive(Debug)]
742
743
pub struct SimpleStdoutLogger {}
0 commit comments