v/vlib/log
Alexander Medvednikov 6756d28595 all: 2023 copyright
2023-03-28 22:55:57 +02:00
..
log.v all: 2023 copyright 2023-03-28 22:55:57 +02:00
log_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +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.