Logging framework for V.
For changes and release notes, see CHANGELOG.
Get the module via vpm
:
v install smartiniOnGitHub.log4v
then use by importing it. Note that some stuff has to be imported from v 'log' module.
Examples can be found it the /examples
directory.
Latest V (vlang) stable, or built from latest sources.
Source code is all inside main repo: log4v.
Documentation generated from source code (library API): here.
In the code, there are references to V integrated 'log' module, for better compliance and reuse of existing code.
Current setup (and related commands) are for a Linux system, but can be updated for other platforms (Mac, Windows, etc).
- Fork it ( https://github.com/smartiniOnGitHub/log4v/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Licensed under Apache-2.0.