Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
/ emit_ansi_term Public archive

Colored (ANSI) terminal collector for the emit structured logger

License

Notifications You must be signed in to change notification settings

emit-rs/emit_ansi_term

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived: This project is based on the old 0.10.x version of emit and isn't compatible with newer versions.

emit_ansi_term Join the chat at https://gitter.im/serilog/serilog Crates.io

Colored (ANSI) terminal collector for the emit structured logger.

let _flush = PipelineBuilder::new()
    .write_to(AnsiTerminalCollector::new())
    .init();

info!("Hello, nice colored output!");

About

Colored (ANSI) terminal collector for the emit structured logger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages