summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-02 14:25:50 -0500
committerLioncash <mathew1800@gmail.com>2019-03-02 14:44:24 -0500
commit43c1092031a7e0ad2ac9f45a651b97ce19102bb6 (patch)
tree29619034f52f6f4c3587c432e9441df57fb546e3 /src/common/logging/backend.h
parenta461e266eab419a3b15f38bf5a6ee8980529ac2f (diff)
logging/backend: Move CreateEntry into the Impl class
This function is only ever used within this source file and makes it easier to remove static state in the following change.
Diffstat (limited to 'src/common/logging/backend.h')
-rw-r--r--src/common/logging/backend.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/logging/backend.h b/src/common/logging/backend.h
index a31ee6968..fca0267a1 100644
--- a/src/common/logging/backend.h
+++ b/src/common/logging/backend.h
@@ -135,10 +135,6 @@ const char* GetLogClassName(Class log_class);
*/
const char* GetLevelName(Level log_level);
-/// Creates a log entry by formatting the given source location, and message.
-Entry CreateEntry(Class log_class, Level log_level, const char* filename, unsigned int line_nr,
- const char* function, std::string message);
-
/**
* The global filter will prevent any messages from even being processed if they are filtered. Each
* backend can have a filter, but if the level is lower than the global filter, the backend will