Package: spdl
Type: Package
Title: Easier Use of 'RcppSpdlog' Functions via Wrapper
Description: Logging functions in 'RcppSpdlog' provide access to the logging
 functionality from the 'spdlog' 'C++' library. This package offers shorter convenience
 wrappers for the 'R' functions which match the 'C++' functions, namely via, say,
 'spdl::debug()' at the debug level. The actual formatting is done by the
 'fmt::format()' function from the 'fmtlib' library (that is also 'std::format()'
 in 'C++20' or later).
Version: 0.0.5
Date: 2023-06-18
Authors@R: person("Dirk", "Eddelbuettel", role = c("aut","cre"), email = "edd@debian.org")
License: GPL (>= 2)
Imports: RcppSpdlog (>= 0.0.13)
URL: https://github.com/eddelbuettel/spdl
BugReports: https://github.com/eddelbuettel/spdl/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2023-06-18 12:12:50 UTC; edd
Author: Dirk Eddelbuettel [aut, cre]
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2023-06-18 12:40:02 UTC
Built: R 4.4.3; ; 2025-11-10 02:24:23 UTC; windows
