Skip to content

Kwong-Yam-Lie/LogPrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LogPrint

A simple example learning C++ 20 and strengthening generic programming skills.

Cite:[C++20 工程实践]自己动手实现纯头文件日志库.

what I have learned!

  • About the implementation principle of the log library. We often have to write one ourselves, don't we?
  • X-MACOR method. Surprised!g A great alternative to the switch keyword method.
  • Use static and inline keywords to circumvent ODR rules.
  • Encapsulation technique. A little exercise.

About

A mini common log library based on C++ 20.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages