Linio class

Constructors

Linio.custom({List<LinioPrinter> printers = const [], List<LinioFormatter> formatters = const [SimpleLinioFormatter()], List<LinioHeaderFooter> headers = const [], List<LinioCommand> manipulators = const [], List<LinioFilter> filters = const [], List<LinioPlugin> plugins = const [], String name = 'main'})
factory
Linio.init()
factory

Properties

filters List<LinioFilter>
getter/setter pair
formatters List<LinioFormatter>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers List<LinioHeaderFooter>
getter/setter pair
levelManager LinioLevelManager
getter/setter pair
manipulators List<LinioCommand>
getter/setter pair
plugins List<LinioPlugin>
getter/setter pair
printers List<LinioPrinter>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamController StreamController<Function>
getter/setter pair
tagManager LinioTagManager
getter/setter pair

Methods

command(dynamic command) → void
log(dynamic message, {LinioOptions options = const LinioOptions.standard(), String? tag}) → void
logLevel(ArgResults linioCommand) LinioLogLevel
logType(ArgResults linioCommand) LinioLogType
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

Static Properties

commandRunner CommandRunner<List<String>>
getter/setter pair

Static Methods

instance([String name = 'main']) Linio