-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is the Wiki page of the Walrus logging framework.
Walrus is all about making your errors easier. I want you to have a pleasant experience exploring what you can make better. With Walrus, you get a core Walrus system which handles different plugins.
Plugins - A Walrus sub-platform which adds functionality for a certain programming language. It adds the ability to log errors from certain files (such as .c
, .cpp
, .py
, .java
, etc.)
These plugins are written in their own programming language, such as Rust, so that they can be effective with files of the same language.
Despite their separate languages, all plugins come in contact with the base .w
file and log errors in a LOGGING
file.
If you have any questions, feel free to make an issue, or ask a question in the discussions section.