SYMBOL INDEX (61 symbols across 15 files) FILE: examples/colors.rs function main (line 3) | fn main() { FILE: examples/flush.rs function main (line 3) | fn main() { FILE: examples/init.rs function main (line 3) | fn main() { FILE: examples/init_with_env.rs function main (line 16) | fn main() { FILE: examples/init_with_level.rs function main (line 4) | fn main() { FILE: examples/init_with_target_level.rs function main (line 4) | fn main() { FILE: examples/stderr.rs function main (line 3) | fn main() { FILE: examples/threads.rs function main (line 3) | fn main() { FILE: examples/timestamps_format.rs function main (line 4) | fn main() { FILE: examples/timestamps_local.rs function main (line 3) | fn main() { FILE: examples/timestamps_none.rs function main (line 3) | fn main() { FILE: examples/timestamps_utc.rs function main (line 3) | fn main() { FILE: examples/timestamps_utc_offset.rs function main (line 4) | fn main() { FILE: examples/wrap.rs type WrapperLogger (line 4) | struct WrapperLogger { method enabled (line 9) | fn enabled(&self, metadata: &Metadata) -> bool { method log (line 13) | fn log(&self, record: &Record) { method flush (line 17) | fn flush(&self) { function main (line 22) | fn main() { FILE: src/lib.rs constant TIMESTAMP_FORMAT_OFFSET (line 41) | const TIMESTAMP_FORMAT_OFFSET: &[FormatItem] = time::macros::format_desc... constant TIMESTAMP_FORMAT_UTC (line 46) | const TIMESTAMP_FORMAT_UTC: &[FormatItem] = type Timestamps (line 51) | enum Timestamps { type SimpleLogger (line 62) | pub struct SimpleLogger { method new (line 107) | pub fn new() -> SimpleLogger { method from_env (line 144) | pub fn from_env() -> SimpleLogger { method env (line 158) | pub fn env(mut self) -> SimpleLogger { method with_level (line 178) | pub fn with_level(mut self, level: LevelFilter) -> SimpleLogger { method with_module_level (line 216) | pub fn with_module_level(mut self, target: &str, level: LevelFilter) -... method with_target_levels (line 230) | pub fn with_target_levels(mut self, target_levels: HashMap SimpleLogger { method with_timestamps (line 259) | pub fn with_timestamps(mut self, timestamps: bool) -> SimpleLogger { method with_timestamp_format (line 285) | pub fn with_timestamp_format(mut self, format: &'static [FormatItem<'s... method without_timestamps (line 295) | pub fn without_timestamps(mut self) -> SimpleLogger { method with_local_timestamps (line 305) | pub fn with_local_timestamps(mut self) -> SimpleLogger { method with_utc_timestamps (line 315) | pub fn with_utc_timestamps(mut self) -> SimpleLogger { method with_utc_offset (line 325) | pub fn with_utc_offset(mut self, offset: UtcOffset) -> SimpleLogger { method with_colors (line 335) | pub fn with_colors(mut self, colors: bool) -> SimpleLogger { method max_level (line 341) | pub fn max_level(&self) -> LevelFilter { method init (line 350) | pub fn init(self) -> Result<(), SetLoggerError> { method default (line 364) | fn default() -> Self { method enabled (line 370) | fn enabled(&self, metadata: &Metadata) -> bool { method log (line 383) | fn log(&self, record: &Record) { method flush (line 484) | fn flush(&self) {} function set_up_windows_color_terminal (line 492) | pub fn set_up_windows_color_terminal() { function use_stderr_for_colors (line 523) | fn use_stderr_for_colors() { function init (line 533) | pub fn init() -> Result<(), SetLoggerError> { function init_utc (line 544) | pub fn init_utc() -> Result<(), SetLoggerError> { function init_with_env (line 556) | pub fn init_with_env() -> Result<(), SetLoggerError> { function init_with_level (line 564) | pub fn init_with_level(level: Level) -> Result<(), SetLoggerError> { function init_by_env (line 575) | pub fn init_by_env() { function test_module_levels_allowlist (line 584) | fn test_module_levels_allowlist() { function test_module_levels_denylist (line 597) | fn test_module_levels_denylist() { function test_module_levels (line 617) | fn test_module_levels() { function test_max_level (line 630) | fn test_max_level() { function test_timestamps_defaults (line 637) | fn test_timestamps_defaults() { function test_with_timestamps (line 645) | fn test_with_timestamps() { function test_with_utc_timestamps (line 652) | fn test_with_utc_timestamps() { function test_with_local_timestamps (line 659) | fn test_with_local_timestamps() { function test_with_timestamps_format (line 667) | fn test_with_timestamps_format() { function test_with_colors (line 675) | fn test_with_colors() { function test_issue_90 (line 687) | fn test_issue_90() { function create_log (line 697) | fn create_log(name: &str, level: Level) -> Metadata<'_> {