mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Logging.
This commit is contained in:
parent
908610ba3a
commit
d01af588cd
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class ParallelLogger @Inject constructor(val args: Args) : ILogger {
|
|||
}
|
||||
|
||||
private fun debug(s: CharSequence) {
|
||||
if (args.log >= 2) {
|
||||
if (args.log >= 3) {
|
||||
val time = System.currentTimeMillis() - startTime!!
|
||||
println(" ### [$time] $s")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue