LogLevel

enum LogLevel : Enum<LogLevel>

The log levels.

Entries

Link copied to clipboard

Log everything

Link copied to clipboard

Log trace messages and above.

Link copied to clipboard

Log debug messages and above.

Link copied to clipboard

Log info messages and above.

Link copied to clipboard

Log warning messages and above.

Link copied to clipboard

Log error messages and above.

Link copied to clipboard

Do not log any message.

Properties

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