Lumina
Toggle table of contents
4.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lumina
Lumina
/
mtctx.lumina.v3
/
LoggerDSL
Logger
DSL
class
LoggerDSL
(
source
)
Deprecated
Use v4 instead
Replace with
mtctx.lumina.v4.LuminaDSL
Content copied to clipboard
Members
Constructors
Logger
DSL
Link copied to clipboard
constructor
(
)
Types
Log
Rotation
Link copied to clipboard
class
LogRotation
Properties
coroutine
Scope
Link copied to clipboard
var
coroutineScope
:
CoroutineScope
format
Link copied to clipboard
var
format
:
(
timestamp
:
String
,
strategyName
:
String
,
loggerName
:
String
,
content
:
Array
<
out
Any
>
)
->
String
log
Channel
Link copied to clipboard
var
logChannel
:
Channel
<
LogMessage
>
log
Channel
Size
Link copied to clipboard
var
logChannelSize
:
Int
logs
Directory
Link copied to clipboard
var
logsDirectory
:
Path
name
Link copied to clipboard
var
name
:
String
Functions
build
Link copied to clipboard
fun
build
(
)
:
Logger
log
Rotation
Link copied to clipboard
fun
logRotation
(
block
:
LoggerDSL.LogRotation
.
(
)
->
Unit
)