8000 GitHub - iniesta-08/nano_logger_low_level
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iniesta-08/nano_logger_low_level

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project contains a very low-level implementation of nanolog.

We are trying to harvest the idea of seperating dynamic and static content from a log. Where we don't need to log the static content everytime, thus saving some space and increasing performance.

Useful links: https://documentation.suse.com/sles/12-SP4/html/SLES-all/cha-audit-comp.html https://www.usenix.org/sites/default/files/conference/protected-files/atc18_slides_yang.pdf

To run the main file on mac use the following commands:

  1. clang++ -std=c++11 main.cpp
  2. ./a.out

This will generate a log file in the root repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0