mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-03 15:10:14 +08:00
logger fixed
This commit is contained in:
parent
0fc7b8cf83
commit
32e9c9c81a
@ -3,6 +3,9 @@ package net.mamoe.mirai.utils
|
||||
import java.text.SimpleDateFormat
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* used to replace old logger
|
||||
*/
|
||||
object MiraiLogger{
|
||||
fun info(o: Any) {
|
||||
this.print(o.toString())
|
||||
|
Loading…
Reference in New Issue
Block a user