Types of MyChat Client console messages


1

FATAL, any error that closes the service or application to avoid data loss (or further data loss). These are the most difficult errors and situations when data loss or corruption is guaranteed;


2

ERROR, any error that is considered fatal for an operation but not for the service or application (can't open a file, no data, incorrect password, etc.) These errors require administrator supervision but do not cause fatal errors;


3

WARN, anything that can possibly cause weird behavior in the application, but which the program removes automatically or continues working without fatal errors (for example, switching from a main to a reserved server, repeat operation attempt, absence of additional data, etc.);


4

INFO, useful information for work. Information that is very helpful but considered as not worthy of attention in regular conditions. This is the default level of logging;


5

DEBUG, extended diagnosis (IT personnel, system administrators, etc.);


6

TRACE, "tracing", for detailed and deep troubleshooting that produces a lot of logs.