Module channel_
logger
re_log
0.24.0-alpha.1+dev
Module channel_
logger
Module Items
Structs
In crate re_
log
Modules
channel_logger
external
multi_logger
result_extensions
setup
Macros
debug
debug_once
error
error_once
info
info_once
log_once
trace
trace_once
warn
warn_once
Structs
ChannelLogger
LogMsg
MultiLoggerNotSetupError
PanicOnWarnScope
Enums
Level
LevelFilter
Constants
CRATES_AT_ERROR_LEVEL
CRATES_AT_INFO_LEVEL
CRATES_AT_WARN_LEVEL
Traits
ResultExt
Functions
add_boxed_logger
add_builtin_log_filter
add_logger
default_log_filter
is_log_enabled
log_filter_from_env_or_default
setup_logging
setup_logging_with_filter
shorten_file_path
re_log
Module
channel_logger
Copy item path
Settings
Help
Summary
Source
Expand description
Capture log messages and send them to some receiver over a channel.
Structs
§
Channel
Logger
Pipe log messages to a channel.
LogMsg