Skip to content

Commit

Permalink
Update ElogManager.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde authored Jul 26, 2021
1 parent cead76e commit 5b066bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/ElogManager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class ElogManager
void print();
void setPath(const std::string&);
void setConfigFile(const std::string&);
std::string getPath();
std::string getConfigFile();
void setVerbosity(const bool&);
bool isVerbose();
ElogEntry createEntry();
Expand Down

0 comments on commit 5b066bd

Please sign in to comment.