MarsLogger

class MarsLogger(val logFormat: LogFormat) : Logger

Logger based on tencent/mars Implementation that integrates log printing and storage.

Since

1.3.4

Constructors

Link copied to clipboard
private constructor(logFormat: LogFormat)

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override val logFormat: LogFormat

Functions

Link copied to clipboard
fun close()
Link copied to clipboard
open override fun log(logInfo: LogInfo)