1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/log
2022-11-05 10:46:40 +03:00
..
log_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
log.v log: mark log.fatal as [noreturn] (#16129) 2022-10-21 10:33:49 +03:00
README.md

Description:

log provides your application logging services. You can log to file or to the console and use different logging levels, so that you are not overwhelmed by the logs.