EverWrath/src/common/Database
Kargatum 4af4cbd3d9
feat(Core/Logging): rework logging (#4692)
* feat(Core/Logging): rework logging

* correct level for sql.sql

* del unused config options

* Correct build

* correct after merge

* whitespace

20:29:37 1. 'Player.cpp'. Replace (1)
20:29:37 2. 'ObjectMgr.cpp'. Replace (3)

* 1

* correct logging

* correct affter merge

* 1

* 2

* LOG_LEVEL_WARN

* #include "AppenderDB.h"

* 3

* 4

* 5

* 1. 'WorldSocket.cpp'. Replace (1)

* 6

* 1
2021-04-17 11:20:07 +02:00
..
Implementation feat(Core/Logging): rework logging (#4692) 2021-04-17 11:20:07 +02:00
Logging feat(Core/Logging): rework logging (#4692) 2021-04-17 11:20:07 +02:00
AdhocStatement.cpp refactor(Core): replace NULL with nullptr (#4593) 2021-03-02 01:34:20 +01:00
AdhocStatement.h refactor(Core): apply clang-tidy modernize-use-override (#3817) 2020-12-06 18:04:55 +01:00
DatabaseEnv.cpp feat(Core/Database): implement db loader (#4431) 2021-04-12 10:09:13 +02:00
DatabaseEnv.h feat(Core/Database): implement db loader (#4431) 2021-04-12 10:09:13 +02:00
DatabaseLoader.cpp feat(Core/Logging): rework logging (#4692) 2021-04-17 11:20:07 +02:00
DatabaseLoader.h feat(Core/Database): implement db loader (#4431) 2021-04-12 10:09:13 +02:00
DatabaseWorker.cpp refactor(Core): replace NULL with nullptr (#4593) 2021-03-02 01:34:20 +01:00
DatabaseWorker.h refactor(Core): apply clang-tidy modernize-use-override (#3817) 2020-12-06 18:04:55 +01:00
DatabaseWorkerPool.cpp feat(Core/Logging): rework logging (#4692) 2021-04-17 11:20:07 +02:00
DatabaseWorkerPool.h feat(Core/Threading): replace ace threading (#4821) 2021-04-16 19:45:29 +02:00
Field.cpp feat(Core/DB/Authserver): remove sha_pass_hash (#4827) 2021-03-21 15:17:57 +01:00
Field.h feat(Core/Logging): rework logging (#4692) 2021-04-17 11:20:07 +02:00
MySQLConnection.cpp feat(Core/Logging): rework logging (#4692) 2021-04-17 11:20:07 +02:00
MySQLConnection.h feat(Core/Threading): replace ace threading (#4821) 2021-04-16 19:45:29 +02:00
MySQLThreading.h refactor(Core): apply clang-tidy modernize-use-nullptr (#3819) 2020-12-06 20:55:11 +01:00
PreparedStatement.cpp feat(Core/Logging): rework logging (#4692) 2021-04-17 11:20:07 +02:00
PreparedStatement.h feat(Core/DB/Authserver): remove sha_pass_hash (#4827) 2021-03-21 15:17:57 +01:00
QueryHolder.cpp feat(Core/Logging): rework logging (#4692) 2021-04-17 11:20:07 +02:00
QueryHolder.h chore(core): remove malformed whitespaces (#4244) 2021-01-10 14:27:55 +01:00
QueryResult.cpp feat(Core/Logging): rework logging (#4692) 2021-04-17 11:20:07 +02:00
QueryResult.h feat(Core/Threading): replace ace threading (#4821) 2021-04-16 19:45:29 +02:00
SQLOperation.h refactor(Core): apply clang-tidy modernize-use-nullptr (#3819) 2020-12-06 20:55:11 +01:00
Transaction.cpp refactor(Core/Common): restyle common lib with astyle (#3461) 2020-09-12 03:50:48 +07:00
Transaction.h refactor(Core): apply clang-tidy modernize-pass-by-value (#3823) 2020-12-12 18:11:15 -06:00