Commit 32e9c9c8 authored by liujiahua123123's avatar liujiahua123123

logger fixed

parent 0fc7b8cf
......@@ -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())
......
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