LoggerLevelIos enum

设置控制台 log 的级别,log 级别在 kPLLogInfo 及以上,则会缓存日志文件,

Inheritance

Constructors

LoggerLevelIos()
const

Values

none → const LoggerLevelIos

没有日志

error → const LoggerLevelIos

错误

warning → const LoggerLevelIos

警告和错误

info → const LoggerLevelIos

错误,警告和基本信息

debug → const LoggerLevelIos

错误,警告,基本信息和开发日志

verbose → const LoggerLevelIos

错误,警告,基本信息,开发日志和各种详细信息

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<LoggerLevelIos>
A constant List of the values in this enum, in order of their declaration.