All Downloads are FREE. Search and download functionalities are using the official Maven repository.

love.forte.simbot.LogAble.kt Maven / Gradle / Ivy

There is a newer version: 3.0.0.preview.0.4
Show newest version
/*
 *
 *  * Copyright (c) 2020. ForteScarlet All rights reserved.
 *  * Project  simple-robot
 *  * File     MiraiAvatar.kt
 *  *
 *  * You can contact the author through the following channels:
 *  * github https://github.com/ForteScarlet
 *  * gitee  https://gitee.com/ForteScarlet
 *  * email  [email protected]
 *  * QQ     1149159218
 *
 */

package love.forte.simbot


/**
 *
 * 一个可选接口,代表当前实例拥有获取一个其日志的能力。
 * 当你使用此接口的时候,则说明你的项目环境中存在 `slf4j-api` 依赖环境。
 *
 * @author ForteScarlet
 */
interface LogAble {
    /**
     * 取得logger。
     */
    val log: org.slf4j.Logger
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy