You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor message-level check into *Logger class. May address this later, since Cyclops only constructs strings if message-level <= threshold for efficiency.
Delegate printing of everything to flog commands
Alternative (ignoring usual contract for efficiency):
Pass message-level from currently active flog
Delegate printing to flog command of appropriate level
Note: this alternative is probably what is already happening by wrapping Rcpp::Rcout output
The text was updated successfully, but these errors were encountered:
Tasks (this is the usual contract):
*Logger
class. May address this later, sinceCyclops
only constructs strings if message-level <= threshold for efficiency.flog
commandsAlternative (ignoring usual contract for efficiency):
flog
flog
command of appropriate levelNote: this alternative is probably what is already happening by wrapping
Rcpp::Rcout
outputThe text was updated successfully, but these errors were encountered: