Skip to content

Commit

Permalink
Update fims.log
Browse files Browse the repository at this point in the history
  • Loading branch information
msupernaw committed May 6, 2024
1 parent bfa9d91 commit 6217ed4
Showing 1 changed file with 28 additions and 17 deletions.
45 changes: 28 additions & 17 deletions test/fims.log
Original file line number Diff line number Diff line change
@@ -1,90 +1,101 @@
[
{
"timestamp" : "Thu May 2 10:37:45 2024",
"timestamp" : "Mon May 6 10:17:36 2024",
"level" : "info",
"message" : "Initializing FIMS logging system.",
"id" : "0",
"user" : "mattadmin",
"wd" : "/Users/mattadmin/ModularTMBExample/logging-refactor/ModularTMBExample/test",
"file" : "./../inst/include/interface/rcpp/rcpp_interface.hpp",
"function" : "void InitLogging()",
"line" : "78"
"routine" : "void InitLogging()",
"line" : "108"
},
{
"timestamp" : "Thu May 2 10:37:45 2024",
"timestamp" : "Mon May 6 10:17:36 2024",
"level" : "info",
"message" : "CreateModel: 2 instantiated model objects.",
"id" : "1",
"user" : "mattadmin",
"wd" : "/Users/mattadmin/ModularTMBExample/logging-refactor/ModularTMBExample/test",
"file" : "./../inst/include/interface/rcpp/rcpp_interface.hpp",
"function" : "bool CreateModel()",
"routine" : "bool CreateModel()",
"line" : "11"
},
{
"timestamp" : "Thu May 2 10:37:45 2024",
"timestamp" : "Mon May 6 10:17:36 2024",
"level" : "info",
"message" : "vonBertalanffyInterface::prepare.",
"id" : "2",
"user" : "mattadmin",
"wd" : "/Users/mattadmin/ModularTMBExample/logging-refactor/ModularTMBExample/test",
"file" : "./../inst/include/interface/rcpp/rcpp_objects/rcpp_growth.hpp",
"function" : "virtual bool vonBertalanffyInterface::prepare()",
"routine" : "virtual bool vonBertalanffyInterface::prepare()",
"line" : "106"
},
{
"timestamp" : "Thu May 2 10:37:45 2024",
"timestamp" : "Mon May 6 10:17:36 2024",
"level" : "info",
"message" : "vonBertalanffyInterface::prepare_local.",
"id" : "3",
"user" : "mattadmin",
"wd" : "/Users/mattadmin/ModularTMBExample/logging-refactor/ModularTMBExample/test",
"file" : "./../inst/include/interface/rcpp/rcpp_objects/rcpp_growth.hpp",
"function" : "bool vonBertalanffyInterface::prepare_local() [Type = double]",
"routine" : "bool vonBertalanffyInterface::prepare_local() [Type = double]",
"line" : "54"
},
{
"timestamp" : "Thu May 2 10:37:45 2024",
"timestamp" : "Mon May 6 10:17:36 2024",
"level" : "info",
"message" : "vonBertalanffyInterface::prepare_local.",
"id" : "4",
"user" : "mattadmin",
"wd" : "/Users/mattadmin/ModularTMBExample/logging-refactor/ModularTMBExample/test",
"file" : "./../inst/include/interface/rcpp/rcpp_objects/rcpp_growth.hpp",
"function" : "bool vonBertalanffyInterface::prepare_local() [Type = CppAD::AD<double>]",
"routine" : "bool vonBertalanffyInterface::prepare_local() [Type = CppAD::AD<double>]",
"line" : "54"
},
{
"timestamp" : "Thu May 2 10:37:45 2024",
"timestamp" : "Mon May 6 10:17:36 2024",
"level" : "info",
"message" : "vonBertalanffyInterface::prepare_local.",
"id" : "5",
"user" : "mattadmin",
"wd" : "/Users/mattadmin/ModularTMBExample/logging-refactor/ModularTMBExample/test",
"file" : "./../inst/include/interface/rcpp/rcpp_objects/rcpp_growth.hpp",
"function" : "bool vonBertalanffyInterface::prepare_local() [Type = CppAD::AD<CppAD::AD<double>>]",
"routine" : "bool vonBertalanffyInterface::prepare_local() [Type = CppAD::AD<CppAD::AD<double>>]",
"line" : "54"
},
{
"timestamp" : "Thu May 2 10:37:45 2024",
"timestamp" : "Mon May 6 10:17:36 2024",
"level" : "info",
"message" : "vonBertalanffyInterface::prepare_local.",
"id" : "6",
"user" : "mattadmin",
"wd" : "/Users/mattadmin/ModularTMBExample/logging-refactor/ModularTMBExample/test",
"file" : "./../inst/include/interface/rcpp/rcpp_objects/rcpp_growth.hpp",
"function" : "bool vonBertalanffyInterface::prepare_local() [Type = CppAD::AD<CppAD::AD<CppAD::AD<double>>>]",
"routine" : "bool vonBertalanffyInterface::prepare_local() [Type = CppAD::AD<CppAD::AD<CppAD::AD<double>>>]",
"line" : "54"
},
{
"timestamp" : "Thu May 2 10:37:45 2024",
"timestamp" : "Mon May 6 10:17:36 2024",
"level" : "info",
"message" : "vonBertalanffyInterface::finalize.",
"id" : "7",
"user" : "mattadmin",
"wd" : "/Users/mattadmin/ModularTMBExample/logging-refactor/ModularTMBExample/test",
"file" : "./../inst/include/interface/rcpp/rcpp_objects/rcpp_growth.hpp",
"function" : "void vonBertalanffyInterface::finalize(Rcpp::NumericVector)",
"routine" : "void vonBertalanffyInterface::finalize(Rcpp::NumericVector)",
"line" : "123"
},
{
"timestamp" : "Mon May 6 10:17:36 2024",
"level" : "error",
"message" : "test error callback",
"id" : "8",
"user" : "mattadmin",
"wd" : "/Users/mattadmin/ModularTMBExample/logging-refactor/ModularTMBExample/test",
"file" : "R_callback",
"routine" : "R_script_entry",
"line" : "0"
}
]

0 comments on commit 6217ed4

Please sign in to comment.