LogType

public enum LogType

Will flag the message as one of info, warning, or error for filtering on the dashboard

Entries

Link copied to clipboard
INFO
Link copied to clipboard
WARNING
Link copied to clipboard
ERROR

Functions

Link copied to clipboard
public static LogType valueOf(String name)
Link copied to clipboard
public static Array<LogType> values()