1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/log
2022-08-26 07:09:48 +03:00
..
log_test.v log: add target_from_label and unit tests (#15538) 2022-08-26 07:09:48 +03:00
log.v log: add target_from_label and unit tests (#15538) 2022-08-26 07:09:48 +03:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00

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.