Skip to content

WiRight/plog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plog

Join the chat at https://gitter.im/plog_chat/Lobby

Log in your code with plog!

How to use

Just include a lib

#include "plog.h"

And in your code write following:

plogInit(); // Initialize component

infoLog("Log Worked!"); // Say something in log!

plogDestroy(); // Destroy component

Thats is it!

Log types

  • infoLog : Some info
  • assertLog : Some info
  • warningLog : Some info
  • debugLog : Some info

Features

You can change log format! But remember, you can't change count parameters

By default time format is "DAY.MONTH.YEAR HOURS:MINUTES:SECONDS" By default log format is "[[timeFormat]] [LOG_TYPE] {fileName} {functionName} {line}: log message"

About

Log in your code with plog!

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors