sys-bio / libOmexMeta

libOmexMeta is a library aimed at providing developer-level support for reading, writing, editing and managing semantic annotations for biosimulation models.
https://sys-bio.github.io/libOmexMeta/
Apache License 2.0
8 stars 6 forks source link

Align the error codes printed to log console/files with the attribute names in `eLogLevel` #133

Open jonrkarr opened 3 years ago

jonrkarr commented 3 years ago

Since users have to parse log files to detect errors, it would be helpful to align the syntax with the attribute names in eLogLevel.

For example, the logs currently use error, whereas eLogLevel uses err.

What is the code used for eLogLevel warn in logs? warning?