Package de.smartsquare.squit.util
Class LoggerExtensionsKt
-
- All Implemented Interfaces:
public final class LoggerExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static UnitlifecycleOnSameLine(Logger $self, String message, ConsoleOutput consoleOutput)Prints the given message on the same line and returns the carriage to the start. final static UnitnewLineIfNeeded(Logger $self)Prints a new line if needed by previous calls to lifecycleOnSameLine. -
-
Method Detail
-
lifecycleOnSameLine
final static Unit lifecycleOnSameLine(Logger $self, String message, ConsoleOutput consoleOutput)
Prints the given message on the same line and returns the carriage to the start. Useful for progress printing.
-
newLineIfNeeded
final static Unit newLineIfNeeded(Logger $self)
Prints a new line if needed by previous calls to lifecycleOnSameLine.
-
-
-
-