- Fixed a
glue
formatting issues when capturing errors, warnings or messages (#101).
- 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.
- 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.
- 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
.
- Fixed CRAN requirements for the first CRAN submission.
- Updated usage and installation instructions in
README
. - Updated phrasing of the
Getting Started
vignette.
- Updated installation instruction in
README
.
- Initial release of
teal.logger
, a package for the logging setup forteal
applications.
- The functions
suppress_logs
andlog_system_info
are now part of the API of the package as they are now exported.