ImpaktfullCliLogger class

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

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

isVerboseLoggingEnabled bool
no setter

Static Methods

askQuestion(String title) String?
askYesNoQuestion(String title) bool
clearSpinnerPrefix({bool shouldEndSpinner = true}) → void
enableVerbose({bool isVerboseLoggingEnabled = false}) → void
endSpinner() → void
error(String message) → void
failSpinner(dynamic e, StackTrace trace) → void
init() → void
initSecrets() → void
log(String message) → void
logSeperator({bool singleLine = false}) → void
saveSecret(String value) → void
setSpinnerPrefix(String prefix) → void
startSpinner(String actionDescription, {bool overidePreviousSpinner = true, bool skipPrefix = false}) → void
verbose(String message) → void
verboseSeperator({bool singleLine = false}) → void