toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.utils
/
TestingUtils
/
Logger
Logger
class
Logger
(
source
)
Members
Constructors
Logger
Link copied to clipboard
constructor
(
)
Types
Log
Level
Link copied to clipboard
enum
LogLevel
:
Enum
<
TestingUtils.Logger.LogLevel
>
Message
Link copied to clipboard
data
class
Message
(
val
level
:
TestingUtils.Logger.LogLevel
,
val
message
:
String
)
Functions
error
Link copied to clipboard
fun
error
(
message
:
String
)
get
Raw
Log
Link copied to clipboard
fun
getRawLog
(
)
:
List
<
TestingUtils.Logger.Message
>
log
Link copied to clipboard
fun
log
(
message
:
String
)
warn
Link copied to clipboard
fun
warn
(
message
:
String
)