summaryrefslogtreecommitdiff
path: root/docs/logs.md
diff options
context:
space:
mode:
authorStefano Borzì <stefanoborzi32@gmail.com>2019-04-27 15:16:15 +0200
committerFrancesco Borzì <borzifrancesco@gmail.com>2019-04-27 15:16:15 +0200
commit342bc7dbd3a7963bc796bfe4879fc0491c8d7aba (patch)
tree56182f477dfe00197575526798156b1335a9d453 /docs/logs.md
parent07edcd764eff63bba21c891f133fb35cbcf61853 (diff)
downloadwiki-342bc7dbd3a7963bc796bfe4879fc0491c8d7aba.tar.gz
wiki-342bc7dbd3a7963bc796bfe4879fc0491c8d7aba.tar.bz2
wiki-342bc7dbd3a7963bc796bfe4879fc0491c8d7aba.zip
Updating wiki layout and missing contents (#34)
* Added angle.png for creature_formations * Update creature_formations.md * Update creature_text.md * Added creature_text type images * Removed useless link in npc_vendor * Update quest_template.md * Fixed layout table in spell_dbc * Fixed headers in warden_checks * Fixed type values layout in logs * Fixed layout in character_stats * Fixed layout in characters (table) * Added new data in corpse.md * Fixed guild_rank text * Improved instance difficulty list values * Improved worldstates.md
Diffstat (limited to 'docs/logs.md')
-rw-r--r--docs/logs.md24
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/logs.md b/docs/logs.md
index 4d36f00..e67db9e 100644
--- a/docs/logs.md
+++ b/docs/logs.md
@@ -97,17 +97,19 @@ The [RealmID](realmlist_2130016.html#realmlist-id) of the realm this log string
The type of log this is:
-LOG\_TYPE\_STRING = 0 — a normal informative string
-LOG\_TYPE\_ERROR = 1 — some sort of error
-LOG\_TYPE\_BASIC = 2 — basic information
-LOG\_TYPE\_DETAIL = 3 — detailed information
-LOG\_TYPE\_DEBUG = 4 — debugging information
-LOG\_TYPE\_CHAR = 5 — character-related
-LOG\_TYPE\_WORLD = 6 — world packet dump
-LOG\_TYPE\_RA = 7 — remote access logs
-LOG\_TYPE\_GM = 8 — gm command logs
-LOG\_TYPE\_CRASH = 9 — crash alarm logs
-LOG\_TYPE\_CHAT = 10 – chat/message logs
+| Values | Description |
+|------------------------|-----------------------------|
+| LOG_TYPE_STRING = 0 | a normal informative string |
+| LOG_TYPE_ERROR = 1 | some sort of error |
+| LOG_TYPE_BASIC = 2 | basic information |
+| LOG_TYPE_DETAIL = 3 | detailed information |
+| LOG_TYPE_DEBUG = 4 | debugging information |
+| LOG_TYPE_CHAR = 5 | character-related |
+| LOG_TYPE_WORLD = 6 | world packet dump |
+| LOG_TYPE_RA = 7 | remote access logs |
+| LOG_TYPE_GM = 8 | gm command logs |
+| LOG_TYPE_CRASH = 9 | crash alarm logs |
+| LOG_TYPE_CHAT = 10 | chat/message logs |
### level