Skip to content

Logger lib WIP: high throughput and low latency

Notifications You must be signed in to change notification settings

wsehjk/LeslieLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

LeslieLog: aims to be async, fast, crash safe.

  1. compressed output
  2. async thread to perform the print,
  3. lock-free SPSC message queue (one async logger in on program)

CodeStyle: Google C++ Style Guide

  1. expose unified api
  2. provided some option: compressed, Lazy Format

SPSC

  1. Reader thread should know the logger in some way
  2. Logger should take care of sinks

About

Logger lib WIP: high throughput and low latency

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages