LogFormat

日志显示格式

Log display format.

Author

Jenly

Follow me

Entries

Link copied to clipboard

美化格式:带结构化分隔线的日志排版,提升可读性,便于开发调试时快速定位问题

Link copied to clipboard

普通格式:与Android默认日志格式一致

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): LogFormat

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.