Commit 4cc88083 authored by Him188's avatar Him188

Make `output` open

parent 7593e348
......@@ -17,7 +17,7 @@ import java.util.*
*/
actual open class PlatformLogger @JvmOverloads constructor(
override val identity: String? = "Mirai",
val output: (String) -> Unit
open val output: (String) -> Unit
) : MiraiLoggerPlatformBase() {
actual constructor(identity: String?) : this(identity, ::println)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment