lib-re / dublin-core-text-parser

Cataloguing tool for converting specially formatted text files containing dublin core metadata into various formats
MIT License
6 stars 0 forks source link

Systematic Logger #20

Closed atla5 closed 8 years ago

atla5 commented 8 years ago

Want to add a quality logging system that outputs to text.

Should differentiate between relevant cataloging information (usable for librarianship) versus system status and health used for debugging and understanding what's going on under the hood.

singleton,

object prefix description
.debug [DEBUG] granular description of function
.info [INFO] completion of high-level functions (both)
.meta [META] metadata and cataloging info
.error [ERROR] problems in system execution
atla5 commented 8 years ago

ongoing effort, obviously, but the infrastructure is there.

foregoing the "META" specific one, though.

note: shout out to Martin Winandy of pmwmedia for his 'tinylog'!