Entry

interface Entry

Console 输出时的实体类.

Author

M8Test, [email protected], https://m8test.com

Functions

Link copied to clipboard
abstract fun getId(): Int

输出实体唯一表示.

Link copied to clipboard
abstract fun getLevel(): String

输出实体等级, 例如debug,info等

Link copied to clipboard
abstract fun getMessage(): String

输出实体内容.

Link copied to clipboard
abstract fun getTag(): String

标签,一般为脚本名.

Link copied to clipboard
abstract fun getTime(): String

输出实体时间.