mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-13 11:30:13 +08:00
Rename to SilentLogger
This commit is contained in:
parent
0382d3e471
commit
9bb11dba0e
@ -127,7 +127,7 @@ interface MiraiLogger {
|
|||||||
* 不做任何事情的 logger, keep silent.
|
* 不做任何事情的 logger, keep silent.
|
||||||
*/
|
*/
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
object Silent : PlatformLogger() {
|
object SilentLogger : PlatformLogger() {
|
||||||
override val identity: String? = null
|
override val identity: String? = null
|
||||||
|
|
||||||
override fun error0(any: Any?) {
|
override fun error0(any: Any?) {
|
||||||
|
Loading…
Reference in New Issue
Block a user