From 784d164bf24c7fdf84fc24c5d172705a8ce61aa2 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 5 May 2021 17:32:29 +0200 Subject: feat(Logger): Document how logger and appender works (#461) * feat(Logger): Document how logger and appender works * Update logging-configuration.md --- docs/documentation_index.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'docs/documentation_index.md') diff --git a/docs/documentation_index.md b/docs/documentation_index.md index eae5417..59643b4 100644 --- a/docs/documentation_index.md +++ b/docs/documentation_index.md @@ -7,22 +7,21 @@ ## Documentation -* [Directory structure](Directory-Structure.md) * [Bash system](bash_system.md) -* [Directory Structure](Directory-Structure.md) -* [Coding Standards](Coding-Standards.md) -* [Project Versioning](Project-Versioning.md) -* [SQL Versioning](SQL-Versioning.md) -* [MySQL types (C++)](MySQLtypesC++.md) -* [CMake options](CMake-options.md) * [Bitwise operations](Bit-and_bytes-tutorial.md) +* [CMake options](CMake-options.md) +* [Directory structure](Directory-Structure.md) * [How to Debug and Restart](how-to-restart-and-debug.md) +* [Logging Configuration](logging-configuration.md) +* [MySQL types (C++)](MySQLtypesC++.md) +* [Project Versioning](Project-Versioning.md) +* [SQL Versioning](SQL-Versioning.md) ## Database -* [DB auth](database-auth.md) -* [DB characters](database-characters.md) -* [DB world](database-world.md) +* [DB auth](database-auth.md) +* [DB characters](database-characters.md) +* [DB world](database-world.md) ## Extend AzerothCore -- cgit