LogType Enum
Namespace: Riptide.Utils
Assembly: RiptideNetworking.dll
Defines log message types.
public enum LogType
Fields
Debug |
Logs that are used for investigation during development. |
Info |
Logs that provide general information about application flow. |
Warning |
Logs that highlight abnormal or unexpected events in the application flow. |
Error |
Logs that highlight problematic events in the application flow which will cause unexpected behavior if not planned for. |