Logging
Vibora has a simple logging mechanism to avoid locking you into our library of choice.
You must provide a function that receives two parameters: a msg and a logging level (that matches logging standard library for usability sake).
That's all.
It's up to you to choose what to do with logging messages.
Last updated