gopher.nvim/lua/gopher
Smirnov Oleksandr fbf6441f3d
feat: add logger (#64)
* refactor(health): keep in mind new way of health check (#63)

* feat(log): add logger module

* refactor(utils): remove unused code

* refactor(log, utils): get plugin name from config

* refactor(logger): add some type annotations

* refactor(utils): log notifications

* feat: LOGGER™

* feat(config): TYPES

* refactor(log): dont give a thing about var that is not even declared

* feat(log): add easy way to open log

* refactor(log): some types

* update types

* docs: regen

* fix(log): make setting log level by config work

* feat(iferr): write error to log file if occur

* feat(gotests): add logger
2024-06-15 12:18:26 +03:00
..
_utils feat: add logger (#64) 2024-06-15 12:18:26 +03:00
comment.lua feat: add logger (#64) 2024-06-15 12:18:26 +03:00
config.lua feat: add logger (#64) 2024-06-15 12:18:26 +03:00
dap.lua add help file, and docs (#59) 2024-04-04 17:15:55 +03:00
gotests.lua feat: add logger (#64) 2024-06-15 12:18:26 +03:00
health.lua refactor(health): keep in mind new way of health check (#63) 2024-06-07 21:14:35 +03:00
iferr.lua feat: add logger (#64) 2024-06-15 12:18:26 +03:00
impl.lua add help file, and docs (#59) 2024-04-04 17:15:55 +03:00
init.lua feat: add logger (#64) 2024-06-15 12:18:26 +03:00
installer.lua refactor: commands runner (#42) 2023-08-10 12:11:26 +03:00
struct_tags.lua add help file, and docs (#59) 2024-04-04 17:15:55 +03:00