EasyVmWareConfig class

Dart子集虚拟程序配置

Inheritance

Constructors

EasyVmWareConfig({EasyLogHandler? logger, EasyLogLevel? logLevel, String? logTag, String? logFilePath, int? logFileBackup, int? logFileMaxBytes, bool debugRoute = false, String mainMethod = 'main', List? mainListArgs, Map<Symbol, dynamic>? mainNameArgs, Map<String, String> sourceCodes = const {}})

Properties

debugRoute bool
打印代码解析的路由
final
hashCode int
The hash code for this object.
no setterinherited
logFileBackup int?
日志文件保存数量
finalinherited
logFileMaxBytes int?
日志文件每份大小(字节)
finalinherited
logFilePath String?
日志输出文件路径
finalinherited
logger EasyLogHandler?
日志处理方法
finalinherited
logLevel EasyLogLevel?
日志级别
finalinherited
logTag String?
日志标签
finalinherited
mainListArgs List?
程序入口函数的列表参数
final
mainMethod String
程序入口函数的名称
final
mainNameArgs Map<Symbol, dynamic>?
程序入口函数的命名参数
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceCodes Map<String, String>
程序应用库代码内容集合
final

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