| RcppSpdlog-package {RcppSpdlog} | R Documentation |
The mature and widely-used C++ logging library 'spdlog' by Gabi Melman provides many desirable features. This package bundles these header files for easy use by R packages via a simple 'LinkingTo:' inclusion.
The DESCRIPTION file:
| Package: | RcppSpdlog |
| Type: | Package |
| Title: | 'spdlog' C++ Header Library for Logging |
| Version: | 0.0.7 |
| Date: | 2021-12-05 |
| License: | GPL (>= 2) |
| Author: | Dirk Eddelbuettel |
| Maintainer: | Dirk Eddelbuettel <edd@debian.org> |
| Description: | The mature and widely-used C++ logging library 'spdlog' by Gabi Melman provides many desirable features. This package bundles these header files for easy use by R packages via a simple 'LinkingTo:' inclusion. |
| URL: | https://github.com/eddelbuettel/rcppspdlog, https://dirk.eddelbuettel.com/code/rcpp.spdlog.html |
| BugReports: | https://github.com/eddelbuettel/rcppspdlog/issues |
| LinkingTo: | Rcpp |
| Imports: | Rcpp |
| Suggests: | simplermarkdown |
| VignetteBuilder: | simplermarkdown |
| RoxygenNote: | 6.0.1 |
Index of help topics:
RcppSpdlog-package 'spdlog' C++ Header Library for Logging exampleRsink spdlog Example using a sink for R setLogLevel spdlog Logging Lever Setter
This section should provide a more detailed overview of how to use the package, including the most important functions.
Dirk Eddelbuettel
Maintainer: Dirk Eddelbuettel <edd@debian.org>
This optional section can contain literature or other references for background information.
Optional links to other man pages
## Optional simple examples of the most important functions
## Use \dontrun{} around code to be shown but not executed