LogUtils class
Utility class for generating the log files
Constructors
- LogUtils()
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
-
appendLogUsingStringList(
BPConfig config, List< String> logLines) → Future<void> - Takes a list of lines and appends it to the log file
-
getActionEndLines(
) → List< String> - The ending lines of an action to be added to the log file
-
getActionStartLines(
String action) → List< String> - The starting lines of an action to be added to the log file The output will include the name and time of the action