Package io.skodjob.testframe
Class LoggerUtils
java.lang.Object
io.skodjob.testframe.LoggerUtils
Utility methods for logging.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidLogs a separator line using the default separator character and length.static voidlogSeparator(String delimiterChar, int length) Logs a separator line with a custom delimiter character and length.
-
Field Details
-
RESOURCE_LOGGER_PATTERN
Pattern for logging resource information without namespace.- See Also:
-
RESOURCE_WITH_NAMESPACE_LOGGER_PATTERN
Pattern for logging resource information with namespace.- See Also:
-
-
Method Details
-
logSeparator
public static void logSeparator()Logs a separator line using the default separator character and length. -
logSeparator
Logs a separator line with a custom delimiter character and length.- Parameters:
delimiterChar- The delimiter character.length- The length of the separator line.
-