- 1. Logging
 - 1.1. Getting started with logging in Rust
 - 1.2. Simple Logger new
 - 1.2.1. Simple Logger new
 - 1.2.2. Simple Logger init
 - 1.2.3. Simple Logger level
 
- 1.3. Logging with log4rs
 - 1.4. env_logger
 - 1.4.1. env_logger in a simple way
 - 1.4.2. env_logger with Builder
 - 1.4.3. set log level on the command line
 
- 2. Tracing
 - 2.1. Tracing demo
 - 2.2. Tracing in a library
 - 2.3. Tracing in an application
 - 2.4. Simple tracing configuration with RUST_LOG environment variable