DarwinSystemLoggingMixin mixin
- Superclass constraints
- Mixin applications
- Available extensions
Properties
- beanMixin → DarwinSystemBeanMixin
-
Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension
no setter -
daemons
↔ List<
Future> -
getter/setter pairinherited
- darwinSystemModule ↔ Module
-
getter/setter pairinherited
- eventbus ↔ EventBus
-
getter/setter pairinherited
- handler ↔ LogHandler
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- injector ↔ Injector
-
getter/setter pairinherited
- level ↔ Level
-
getter/setter pair
- logger ↔ Logger
-
getter/setter pair
- loggingMixin → DarwinSystemLoggingMixin
-
Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension
no setter - pluginMixin → DarwinSystemPluginMixin
-
Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension
no setter - profileMixin → DarwinSystemProfileMixin
-
Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceMixin → DarwinSystemServiceMixin
-
Available on DarwinSystemBase, provided by the DarwinSystemExtensions extension
no setter
Methods
-
createLogger(
String name) → Logger -
Creates a detached
Logger
with the specifiedname
, that is linked to the handler and has configured soundLevel
of level. -
enableLogging(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepare(
DarwinSystemGeneratedArgs generated, DarwinSystemUserArgs user) → Future< void> -
inherited
-
start(
DarwinSystemGeneratedArgs generated, DarwinSystemUserArgs user) → Future< void> -
inherited
-
stop(
) → Future< void> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited