LogLevel

Log levels
enum LogLevel : Enum

Entries

Error
Link copied to clipboard
Reports behaviors that shouldn't be happening
Error(Level.Error)
Info
Link copied to clipboard
Warns specific information of what is being done
Info(Level.Info)
Networking
Link copied to clipboard
Specific data for the networking work, such as request body, headers, response code, response body
Networking(Level.Networking)
Debug
Link copied to clipboard
Detailed information
Debug(Level.Debug)
All
Link copied to clipboard
Error, Info, Debug and Networking are enabled
All(Level.All)

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: LogLevel): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<LogLevel>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int