Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 1001 Bytes

LogType.rst

File metadata and controls

17 lines (15 loc) · 1001 Bytes

LogType

Used by logger to categorize each message logged. Also used to determine which log files the message will be printed to. For example, a message with LogType.All will show up in all logs, while one with LogType.Info will only show up in logs with that flag set with their filtering settings.

Value Resulting Log Tag
None No tag
Info [Info]
Warning [Warning]
Error [Error]
Fatal Error [Fatal Error]
Lua [Lua]
Json [Json]
All No tag