Logger class abstract

Logger is the logging interface implementation.

Implementers

Constructors

Logger()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enableLog(bool enable) → void
enableLog controls whether print the message.
isEnabled() bool
isEnabled returns if logger is enabled.
logModel(HashMap<String, HashMap<String, Assertion>> model) → void
logModel log info related to model.
logPolicy(HashMap<String, HashMap<String, Assertion>> model) → void
logPolicy log info related to policy.
logPrint(String message) → void
prints log info
logRole(Map<String, DomainRoles> allDomains) → void
logRole log info related to role.
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