Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 464 Bytes

common.md

File metadata and controls

11 lines (9 loc) · 464 Bytes

Common

Log levels

From high to low importance:

  • error: Some problem happened. The game experience could be affected.
  • warning: Some unexpected thing happened. The game will not be affected.
  • info: Relative inportant event that should be notified.
  • debug: Debugging purpose (used for debug something).
  • trace: Not inportant information that notifies that the code performs some expected thing.
  • dev: Enabled the internal thirdparties logs.