Skip to content

A contextual logger for Rust with the goal of being the fastest

Notifications You must be signed in to change notification settings

kstrafe/fast-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build status Latest version Documentation

Fast logger

Fast-logger is a logger for Rust that attempts to be the fastest (with the lowest caller-latency time) logger for rust. It achieves this by not performing dynamic allocations and passing formatting data over a channel to another thread. The reason for doing this is that formatting itself is an expensive operation.

About

A contextual logger for Rust with the goal of being the fastest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages