Changelog
Source:NEWS.md
teal.logger 0.3.2
- Fixed a
glue
formatting issues when capturing errors, warnings or messages (#101).
teal.logger 0.3.1
CRAN release: 2025-01-22
- Enhance
log_shiny_input_changes
to support log levels provided in lowercase or numeric values. - Fixed an issue with incorrect pasting of log messages when they were passed as vectors of length greater than one.
teal.logger 0.3.0
CRAN release: 2024-10-24
- New function
log_shiny_input_changes
based onlogger
implementation, but curated toteal
needs. It allows to track all shiny inputs changes in teal modules onTRACE
level with appended namespace name. - Fixed
logger::formatter_glue
to handleNULL
andvector
objects.
teal.logger 0.2.0
CRAN release: 2024-03-24
- New function
register_handlers
to register global handlers for logging messages, warnings and errors. - Specified minimal version of package dependencies.
- Update installation instructions in
README
.