Most Powerful Open Source ERP

Developer Documentation

Guideline Never Log Level Info Or More In Execution Path

Avoid trivial logs.

Guideline Logs Must Contain Their Cause

Test report must contain info on the cause of a log

Guideline Log Clear Enough To Disable Easily

It should be easy to track logs in the code.

Guideline Use Log Levels

Log levels help understand the importance of a log.

Guideline Create Resonable Log Messages

The code will be read in many contexts.