All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.yubyf.mavenoffline.utils.Logger.kt Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package io.github.yubyf.mavenoffline.utils

import org.gradle.api.logging.Logger

internal fun Logger.indentLifecycle(message: String) = lifecycle("\t$message")

internal fun Logger.indentError(message: String) = error("\t$message")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy