VerboseLogger class

Constructors

VerboseLogger()
factory

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 Methods

logCreatingFileTemplate(bool verbose, String filename, String directory) → void
logExtractedDirectories(bool verbose, String directory) → void
logExtractedFilename(bool verbose, String filename) → void
logFormattedClassname(bool verbose, String filename, String className) → void
logFoundArgument(bool verbose, String argument) → void
logGeneratedFile(String name, String directory) → void
logNoDirectoriesFound(bool verbose) → void
logValidatingFilename(bool verbose) → void