shouldSkip

open fun shouldSkip(@NotNull filePath: @NotNull String): Boolean

Checks if a given file should be skipped when logging.

Return

True if the file should be skipped, false otherwise.

Parameters

filePath

The path of the file.