toggle menu
logging-communication
JVM
switch theme
search in API
logging-communication
/
org.cryptotrader.logging.library.communication.response
Package-level
declarations
Types
Types
Frontend
Log
Response
Link copied to clipboard
data
class
FrontendLogResponse
(
val
accepted
:
Int
,
val
status
:
String
=
"accepted"
)
:
LogResponse
Log
Response
Link copied to clipboard
open
class
LogResponse
(
val
accepted
:
Int
,
val
status
:
String
=
"accepted"
)