Lines Matching refs:target
96 //! example::log::target=level
99 //! The log target is typically equal to the path of the module the message
107 //! specified log target. A value of, for example, `RUST_LOG=example`, would
607 /// Whether or not to write the target in the default format.
721 /// Sets the target for the log output.
737 /// builder.target(Target::Stdout);
739 pub fn target(&mut self, target: fmt::Target) -> &mut Self {
740 self.writer.target(target);