File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
spdlog-macros/src/pattern Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ pub fn runtime_pattern_impl(runtime_pattern: RuntimePattern) -> Result<TokenStre
4747 {
4848 let template = #template;
4949 let pattern_registry = {
50- let mut registry = spdlog_internal
50+ let mut registry = spdlog
51+ :: __internal
5152 :: pattern_parser
5253 :: PatternRegistry
5354 :: <Box <dyn Fn ( ) -> Box <dyn spdlog:: formatter:: Pattern >>>
Original file line number Diff line number Diff line change @@ -315,6 +315,9 @@ pub use logger::*;
315315pub use record:: * ;
316316pub use source_location:: * ;
317317#[ doc( hidden) ]
318+ #[ cfg( feature = "runtime-pattern" ) ]
319+ pub use spdlog_internal as __internal;
320+ #[ doc( hidden) ]
318321pub use spdlog_macros:: normalize_forward as __normalize_forward;
319322pub use string_buf:: StringBuf ;
320323#[ cfg( feature = "multi-thread" ) ]
You can’t perform that action at this time.
0 commit comments