On 12/14/2014 09:56 PM, Joakim Hove wrote:
> 1.       The logging facility should be implemented as a singleton, i.e.
> it should not be necessary to pass in a reference to a log class to all
> methods/functions which might want to add a log message.
Not so sure. This gives an inherent synchronization and state problem.
I'm not sure it's a good idea at all that arbitrary functions
manipulates global logging. Especially not if we're already planning on
multiple backends.

> 2.       The logging facility should be based on thin frontend and a
> collection of logging backends.
Great idea.

> 3.       The log levels, i.e. Warning, Error and so on should be
> dynamic; and each backend should have it’s own loglevel.



Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Opm mailing list
[email protected]
http://www.opm-project.org/mailman/listinfo/opm

Reply via email to