diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-07-01 10:37:31 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-07-01 10:37:31 -0600 |
commit | 2a39c083dca8f672c695898d56cf62081ac79eca (patch) | |
tree | 538a26a80cfb55b15116daec7ba561d56f543497 /src/libutil/logging.cc | |
parent | a7d5d26443622496b21e083bddb0d900b647f87d (diff) |
non-pos trace test
Diffstat (limited to 'src/libutil/logging.cc')
-rw-r--r-- | src/libutil/logging.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libutil/logging.cc b/src/libutil/logging.cc index 504f5fb52..7a58527b8 100644 --- a/src/libutil/logging.cc +++ b/src/libutil/logging.cc @@ -84,6 +84,7 @@ public: log(ei.level, oss.str()); } + void startActivity(ActivityId act, Verbosity lvl, ActivityType type, const std::string & s, const Fields & fields, ActivityId parent) |