kiscord
0.6.0
kiscord-gateway
/
kiscord.gateway
/
Logging
/
GatewayLogger
Gateway
Logger
interface
GatewayLogger
(
source
)
Types
Functions
Inheritors
Types
Direction
Link copied to clipboard
enum
Direction
:
Enum
<
Logging.GatewayLogger.Direction
>
Functions
log
Frame
Link copied to clipboard
abstract
fun
logFrame
(
shard
:
Shard
,
frame
:
Frame
,
direction
:
Logging.GatewayLogger.Direction
)
log
Payload
Link copied to clipboard
abstract
fun
logPayload
(
shard
:
Shard
,
payload
:
GatewayPayload
<
*
>
,
direction
:
Logging.GatewayLogger.Direction
)
Inheritors
ConsoleLogger
Link copied to clipboard