Skip to content

This simple program aims at exploring Golang channels and CSP modal for implementing a simple Logger that can queue up logs and then logs them afterwards asynchronously. Thus offering an asyncLogger like functionnality with a smaller performance overhead then a traditional sequential logger.

Notifications You must be signed in to change notification settings

MassiGy/Go-asyncLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

About

This simple program aims at exploring Golang channels and CSP modal for implementing a simple Logger that can queue up logs and then logs them afterwards asynchronously. Thus offering an asyncLogger like functionnality with a smaller performance overhead then a traditional sequential logger.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages