Logging module for chapel programs
|
|
||
|---|---|---|
| doc | Updated to remove chpl prefix from name. | |
| src | Updated to remove chpl prefix from name. | |
| test | Updated to remove chpl prefix from name. | |
| Mason.toml | Updated to remove chpl prefix from name. | |
| README.md | Adding in that sweet sweet readme file. | |
Chapel Logging!
A logging module supporting log levels, multiple output streams, and stack traces. Helpful with debugging as it can tell you precisely what function is logging a particular statement. Text output formatting is customizable and it's easy to guide particular messages to particular channels. Can also be used as a general channel handler for regular runtime messages (use the RUNTIME run level).