Fix typo in SimpleStdoutLogger comment. (#1627)
This commit is contained in:
parent
cb9ace52e1
commit
1b7e1da809
@ -737,7 +737,7 @@ pub static LIBAFL_STDERR_LOGGER: SimpleStderrLogger = SimpleStderrLogger::new();
|
|||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
pub static LIBAFL_STDOUT_LOGGER: SimpleStdoutLogger = SimpleStdoutLogger::new();
|
pub static LIBAFL_STDOUT_LOGGER: SimpleStdoutLogger = SimpleStdoutLogger::new();
|
||||||
|
|
||||||
/// 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`].
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
pub struct SimpleStdoutLogger {}
|
pub struct SimpleStdoutLogger {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user