Docs.rs
egui_logger-0.4.3
egui_logger 0.4.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
RegenJacob
Dependencies
egui ^0.26
normal
log ^0.4
normal
once_cell ^1.19
normal
regex ^1.10
normal
eframe ^0.26
dev
env_logger ^0.11
dev
multi_log ^0.1
dev
Versions
60%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
egui_logger
0.4.3
All Items
Structs
Functions
?
Crate
egui_logger
source
·
[
−
]
Structs
§
EguiLogger
Functions
§
init
Initilizes the global logger. Should be called very early in the program. Defaults to max level Info.
init_with_max_level
Same as
init()
accepts a
log::LevelFilter
to set the max level use
Trace
with caution
logger_ui
Draws the logger ui has to be called after
init()
;