Debug
What is it ?
Debug is useful class to send message in console. All debugs are displayed with date and time.
There is 3 differents debug:
log -> often used for normal messages
warning -> often used to warn of something abnormal but not dangerous for the game
error -> often used to warn of something bad and/or dangerous for the game
Last updated