1
0
Fork
You've already forked chpllog
0
Logging module for chapel programs
  • Chapel 100%
Find a file
2019年04月03日 13:52:19 -07:00
doc Updated to remove chpl prefix from name. 2019年04月03日 13:52:19 -07:00
src Updated to remove chpl prefix from name. 2019年04月03日 13:52:19 -07:00
test Updated to remove chpl prefix from name. 2019年04月03日 13:52:19 -07:00
Mason.toml Updated to remove chpl prefix from name. 2019年04月03日 13:52:19 -07:00
README.md Adding in that sweet sweet readme file. 2019年03月29日 10:39:04 -07:00

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).