logging
Toggle table of contents
2.0.1
common
Platform filter
common
Switch theme
Search in API
logging
logging
/
com.diamondedge.logging
/
FixedLogLevel
Fixed
Log
Level
class
FixedLogLevel
(
isLogging
:
Boolean
)
:
LogLevelController
All logging levels are either enabled or disabled.
Members
Constructors
Fixed
Log
Level
Link copied to clipboard
constructor
(
isLogging
:
Boolean
)
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