Skip to content

Commit

Permalink
Logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
gyakkun committed Nov 22, 2023
1 parent aabcfe9 commit 012b785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jvmMain/kotlin/Mht2Html.kt
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class Mht2Html(
LOGGER.info("Img folder: $imgOutputPath")
LOGGER.info("Line limit: $lineLimit")
LOGGER.info("Thread count: $threadCount")
LOGGER.info("Available CPU core count: ${Runtime.getRuntime().availableProcessors()}")

showInfoBar(showAlert, errMsg, "Processing Images...", -1L)
filenameCounter.clear()
Expand Down

0 comments on commit 012b785

Please sign in to comment.