Open alexfikl opened 1 year ago
Also good and commonly used in log "machinery" , is the word "WARNING"
So better than,
[INFO] Trying to export item XYZ (a nice first neutral message)
[ERROR] Something bad happened .... bla bla bla ...
[INFO] Item XYZ exported to folder foo/bar with possible errors ... check blablabla ...
Would instead be,
[INFO] Trying to export item XYZ (a nice first neutral message)
[ERROR] Something bad happened .... bla bla bla ...
[WARNING] Item XYZ exported to folder foo/bar ... but ... missing this/that ...with possible errors ... check blablabla ...
More of the top of my mind,
critical
error
warning
info
debug
vdebug (as is verbose or very detailed debug)
From #33