MCPcopy Create free account

hub / github.com/SpriteOvO/spdlog-rs / functions

Functions724 in github.com/SpriteOvO/spdlog-rs

↓ 1 callersMethodpush_new_remove_old
( &self, new: PathBuf, inner: &mut MutexGuard<RotatorTimePointInner>, )
spdlog/src/sink/rotating_file_sink.rs:577
↓ 1 callersFunctionread_code
(path: impl AsRef<Path>)
spdlog/build.rs:62
↓ 1 callersMethodregister_builtin
(&mut self, formatter: BuiltInFormatter)
spdlog-internal/src/pattern_parser/registry.rs:80
↓ 1 callersMethodregister_custom
( &mut self, placeholder: impl Into<Cow<'static, str>>, factory: F, )
spdlog-internal/src/pattern_parser/registry.rs:27
↓ 1 callersFunctionrender_cpp_async
(pkgs, title, better, x_margin=None)
spdlog/benches/results/chart-gen.py:179
↓ 1 callersFunctionrender_cpp_sync
(pkgs, title, better, x_margin=None)
spdlog/benches/results/chart-gen.py:137
↓ 1 callersMethodreplace_payload
(&'a self, new: impl Into<Cow<'a, str>>)
spdlog/src/record.rs:121
↓ 1 callersMethodrun
(&self)
spdlog/src/thread_pool.rs:224
↓ 1 callersFunctionrun_test
()
spdlog/tests/global-async-pool-sink.rs:45
↓ 1 callersFunctionruntime_pattern_impl
(runtime_pattern: RuntimePattern)
spdlog-macros/src/pattern/mod.rs:24
↓ 1 callersFunctionset_cfg_channel
Set cfg flags depending on release channel
spdlog/build.rs:18
↓ 1 callersMethodset_error_handler
(&self, _handler: spdlog::ErrorHandler)
spdlog/benches/spdlog-rs/pattern.rs:74
↓ 1 callersMethodset_error_handler
(&self, handler: ErrorHandler)
spdlog/src/sink/dedup_sink.rs:181
↓ 1 callersMethodset_error_handler
(&self, handler: ErrorHandler)
spdlog/src/sink/async_sink/async_pool_sink.rs:117
↓ 1 callersMethodset_formatter
(&self, formatter: Box<dyn Formatter>)
spdlog/src/sink/dedup_sink.rs:175
↓ 1 callersMethodset_level_filter
(&self, level_filter: LevelFilter)
spdlog/src/sink/dedup_sink.rs:171
↓ 1 callersMethodset_level_filter
(&self, level_filter: LevelFilter)
spdlog/src/sink/async_sink/async_pool_sink.rs:105
↓ 1 callersMethodshould_flush
(&self, record: &Record)
spdlog/src/logger.rs:523
↓ 1 callersMethodsink_record
(&self, record: &Record)
spdlog/src/logger.rs:482
↓ 1 callersMethodsinks
(&self)
spdlog/src/sink/dedup_sink.rs:113
↓ 1 callersFunctionstatic_level_filter_inner
()
spdlog/src/lib.rs:367
↓ 1 callersMethodstyle
(&self, level: Level)
spdlog/src/terminal_style.rs:240
↓ 1 callersMethodstyle_mode
(mut self, style_mode: StyleMode)
spdlog/src/sink/std_stream_sink.rs:323
↓ 1 callersFunctionswap_default_logger
(logger: Arc<Logger>)
spdlog/src/lib.rs:500
↓ 1 callersMethodswap_logger
Sets a logger as the new receiver, and returens the old one. If the argument `logger` is `None`, the global default logger will be used.
spdlog/src/log_crate_proxy.rs:58
↓ 1 callersMethodsynthesize
(&self, template: &Template)
spdlog-macros/src/pattern/synthesis.rs:24
↓ 1 callersMethodsynthesize
(&self, template: Template)
spdlog/src/formatter/pattern_formatter/runtime.rs:164
↓ 1 callersMethodtag
(mut self, tag: AndroidLogTag)
spdlog/src/sink/android_sink.rs:125
↓ 1 callersMethodtemplate
(&self)
spdlog-macros/src/pattern/mod.rs:83
↓ 1 callersMethodtid
(&self)
spdlog/src/record.rs:108
↓ 1 callersMethodto_cow_static
(self)
spdlog/src/utils/ref_str.rs:40
↓ 1 callersFunctionto_random_case
(input: &str)
spdlog/src/level.rs:459
↓ 1 callersFunctiontry_atexit
()
spdlog/src/lib.rs:766
↓ 1 callersMethodtz_offset_str
(&mut self)
spdlog/src/formatter/local_time_cacher.rs:269
↓ 1 callersFunctionuse_pattern_formatter
()
spdlog/examples/04-format.rs:13
↓ 1 callersMethodvalidate
(&self)
spdlog/src/sink/rotating_file_sink.rs:290
↓ 1 callersFunctionvalue_label
(pkg)
spdlog/benches/results/chart-gen.py:111
↓ 1 callersMethodwith
(cb: F)
spdlog/src/test_utils/common.rs:133
↓ 1 callersMethodwrite_always
( &mut self, dest: &mut StringBuf, f: impl FnOnce(&mut StringBuf) -> fmt::Result,
spdlog/src/formatter/full_formatter.rs:298
↓ 1 callersMethodwrite_end
(&self, dest: &mut impl io::Write)
spdlog/src/terminal_style.rs:148
↓ 1 callersMethodwrite_i32
(&self, value: i32)
spdlog/examples/03-logger.rs:54
↓ 1 callersMethodwrite_start
(&self, dest: &mut impl io::Write)
spdlog/src/terminal_style.rs:107
Function__aggregate_bench_main_impl
Some log crates are based on `log` crate, which has only one global logger instance, meaning that the logger is only allowed to be configured once. In
spdlog/benches/common/mod.rs:67
Method__from_static_str
(key: &'static str)
spdlog/src/kv.rs:112
Function__log
( logger: &Logger, level: Level, srcloc: Option<SourceLocation>, kvs: &[(kv::Key, kv::Value)],
spdlog/src/lib.rs:792
Method__new
(module_path: &'static str, file: &'static str, line: u32, column: u32)
spdlog/src/source_location.rs:35
Method__with_custom_patterns
(template: &str, registry: PatternRegistry)
spdlog/src/formatter/pattern_formatter/runtime.rs:130
Method_current_size
(&self)
spdlog/src/sink/rotating_file_sink.rs:249
Functionarg_queue_size_validator
( input: &str, )
spdlog/benches/spdlog-rs/cmp-cpp-async.rs:125
Functionas_short_str
()
spdlog/src/level.rs:489
Functionasync_opeartions
()
spdlog/src/sink/async_sink/async_pool_sink.rs:422
Functionatomic_level_filter
()
spdlog/src/level.rs:599
Functionbench_1_file
(bencher: &mut Bencher)
spdlog/benches/flexi_logger.rs:43
Functionbench_1_file
(bencher: &mut Bencher)
spdlog/benches/log4rs.rs:35
Functionbench_1_file
(bencher: &mut Bencher)
spdlog/benches/tracing.rs:27
Functionbench_1_file
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/spdlog-rs.rs:108
Functionbench_1_file
(bencher: &mut Bencher)
spdlog/benches/fern/1-file.rs:13
Functionbench_1_full_formatter
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/pattern.rs:110
Functionbench_1_json_formatter
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/pattern.rs:116
Functionbench_2_file_async
(bencher: &mut Bencher)
spdlog/benches/slog.rs:14
Functionbench_2_file_async
(bencher: &mut Bencher)
spdlog/benches/tracing.rs:35
Functionbench_2_file_async
(bencher: &mut Bencher)
spdlog/benches/logforth/1-file-async.rs:15
Functionbench_2_file_async
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/spdlog-rs.rs:113
Functionbench_2_file_async
(bencher: &mut Bencher)
spdlog/benches/ftlog/1-file-async.rs:15
Functionbench_2_file_async
(bencher: &mut Bencher)
spdlog/benches/fast_log/1-file-async.rs:15
Functionbench_2_full_pattern_ct
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/pattern.rs:121
Functionbench_3_full_pattern_rt
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/pattern.rs:129
Functionbench_3_rotating_file_size
(bencher: &mut Bencher)
spdlog/benches/flexi_logger.rs:60
Functionbench_3_rotating_file_size
(bencher: &mut Bencher)
spdlog/benches/log4rs.rs:56
Functionbench_3_rotating_file_size
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/spdlog-rs.rs:118
Functionbench_3_rotating_file_size_async
(bencher: &mut Bencher)
spdlog/benches/slog.rs:30
Functionbench_3_rotating_file_size_async
(bencher: &mut Bencher)
spdlog/benches/logforth/2-rotating-file-size-async.rs:13
Functionbench_3_rotating_file_size_async
(bencher: &mut Bencher)
spdlog/benches/fast_log/2-rotating-file-size-async.rs:13
Functionbench_4_rotating_daily
(bencher: &mut Bencher)
spdlog/benches/flexi_logger.rs:80
Functionbench_4_rotating_daily
(bencher: &mut Bencher)
spdlog/benches/tracing.rs:46
Functionbench_4_rotating_daily
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/spdlog-rs.rs:123
Functionbench_4_rotating_daily
(bencher: &mut Bencher)
spdlog/benches/ftlog/2-rotating-daily.rs:13
Functionbench_4_rotating_daily_async
(bencher: &mut Bencher)
spdlog/benches/logforth/3-rotating-daily-async.rs:13
Functionbench_4_rotating_daily_async
(bencher: &mut Bencher)
spdlog/benches/fast_log/3-rotating-daily-async.rs:22
Functionbench_5_level_off
(bencher: &mut Bencher)
spdlog/benches/flexi_logger.rs:100
Functionbench_5_level_off
(bencher: &mut Bencher)
spdlog/benches/log4rs.rs:93
Functionbench_5_level_off
(bencher: &mut Bencher)
spdlog/benches/slog.rs:52
Functionbench_5_level_off
(bencher: &mut Bencher)
spdlog/benches/tracing.rs:54
Functionbench_5_level_off
(bencher: &mut Bencher)
spdlog/benches/logforth/4-level-off.rs:13
Functionbench_5_level_off
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/spdlog-rs.rs:128
Functionbench_5_level_off
(bencher: &mut Bencher)
spdlog/benches/fern/2-level-off.rs:13
Functionbench_5_level_off
(bencher: &mut Bencher)
spdlog/benches/ftlog/3-level-off.rs:13
Functionbench_5_level_off
(bencher: &mut Bencher)
spdlog/benches/fast_log/4-level-off.rs:13
Functionbench_kv_many
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/kv.rs:43
Functionbench_kv_mixed
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/kv.rs:36
Functionbench_kv_str
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/kv.rs:28
Functionbench_log_crate_proxy
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/log-crate-proxy.rs:28
Functionbench_log_crate_proxy_kv
(bencher: &mut Bencher)
spdlog/benches/spdlog-rs/log-crate-proxy.rs:34
Methodbuild_arc
Builds a `Arc<JournaldSink>`. This is a shorthand method for `.build().map(Arc::new)`.
spdlog/src/sink/journald_sink.rs:214
Methodbuild_arc
Builds a `Arc<WinDebugSink>`. This is a shorthand method for `.build().map(Arc::new)`.
spdlog/src/sink/win_debug_sink.rs:133
Methodbuild_arc
Builds a `Arc<AndroidSink>`. This is a shorthand method for `.build().map(Arc::new)`.
spdlog/src/sink/android_sink.rs:178
Methodbuild_arc
(self, _: Infallible)
spdlog/src/sink/std_stream_sink.rs:405
Methodbuild_arc
(self, _: Infallible)
spdlog/src/sink/file_sink.rs:225
Methodbuild_inner_for_test
(&mut self, env_level: &str, is_default: bool)
spdlog/src/logger.rs:688
Methodbuilder
()
spdlog/src/thread_pool.rs:71
← previousnext →301–400 of 724, ranked by callers