logging
Toggle table of contents
2.0.1
common
Platform filter
common
Switch theme
Search in API
logging
logging
/
com.diamondedge.logging
/
VariableLogLevel
Variable
Log
Level
class
VariableLogLevel
(
level
:
Int
)
:
LogLevelController
Each logging level is controlled by the bit mask of the given log level.
Members
Constructors
Variable
Log
Level
Link copied to clipboard
constructor
(
logLevel
:
LogLevel
=
com.diamondedge.logging.LogLevel.Verbose
)
constructor
(
level
:
Int
)
Functions
is
Logging
Debug
Link copied to clipboard
open
override
fun
isLoggingDebug
(
)
:
Boolean
is
Logging
Error
Link copied to clipboard
open
override
fun
isLoggingError
(
)
:
Boolean
is
Logging
Info
Link copied to clipboard
open
override
fun
isLoggingInfo
(
)
:
Boolean
is
Logging
Verbose
Link copied to clipboard
open
override
fun
isLoggingVerbose
(
)
:
Boolean
is
Logging
Warning
Link copied to clipboard
open
override
fun
isLoggingWarning
(
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String