summaryrefslogtreecommitdiffstats
path: root/src/common/logging/backend.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-03-02 20:25:50 +0100
committerLioncash <mathew1800@gmail.com>2019-03-02 20:44:24 +0100
commit43c1092031a7e0ad2ac9f45a651b97ce19102bb6 (patch)
tree29619034f52f6f4c3587c432e9441df57fb546e3 /src/common/logging/backend.h
parentMerge pull request #2183 from ReinUsesLisp/vk-buffer-cache-clang (diff)
downloadyuzu-43c1092031a7e0ad2ac9f45a651b97ce19102bb6.tar
yuzu-43c1092031a7e0ad2ac9f45a651b97ce19102bb6.tar.gz
yuzu-43c1092031a7e0ad2ac9f45a651b97ce19102bb6.tar.bz2
yuzu-43c1092031a7e0ad2ac9f45a651b97ce19102bb6.tar.lz
yuzu-43c1092031a7e0ad2ac9f45a651b97ce19102bb6.tar.xz
yuzu-43c1092031a7e0ad2ac9f45a651b97ce19102bb6.tar.zst
yuzu-43c1092031a7e0ad2ac9f45a651b97ce19102bb6.zip
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