Home
last modified time | relevance | path

Searched refs:from_builder (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/tracing/tracing-appender/src/rolling/
Dbuilder.rs265 RollingFileAppender::from_builder(self, directory) in build()
/third_party/rust/crates/tracing/tracing-log/src/
Dtrace_logger.rs78 fn from_builder(settings: Builder) -> Self { in from_builder() method
147 TraceLogger::from_builder(self) in finish()
/third_party/rust/crates/tracing/tracing-appender/src/
Drolling.rs187 fn from_builder(builder: &Builder, directory: impl AsRef<Path>) -> Result<Self, InitError> { in from_builder() method