Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last few tweaks for the logger package before it moves to CRAN #2826

Merged
merged 6 commits into from
Jul 27, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 7 additions & 3 deletions base/logger/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@ Package: PEcAn.logger
Title: Logger Functions for PEcAn
Version: 1.7.1
Date: 2019-09-05
Authors@R: c(person("Rob", "Kooper", role = c("aut", "cre"),
Authors@R: c(person("Rob", "Kooper", role = c("aut", "cre"),
email = "kooper@illinois.edu"),
person("Alexey", "Shiklomanov", role = c("aut"),
email = "ashiklom@bu.edu"),
person("Shashank", "Singh", role = c("aut"),
email = "shashanksingh819@gmail.com"),
person("Chris", "Black", role = c("ctb")))
Description: Special logger functions for tracking execution status and the environment.
person("Chris", "Black", role = c("ctb")),
person("University of Illinois, NCSA", role = c("cph")))
Description: This package adds convenience functions for logging outputs.
This is loosely based on the log4j package. This will enable the user to
set what level messages are printed, and if these messages are written to a file,
console or both.
moki1202 marked this conversation as resolved.
Show resolved Hide resolved
BugReports: https://github.com/PecanProject/pecan/issues
Imports: utils
Suggests: testthat
Expand Down