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

sh.christian.aaraar.packaging.PackagerLogger.kt Maven / Gradle / Ivy

The newest version!
package sh.christian.aaraar.packaging

/**
 * Simple logger interface for the [Packager].
 */
fun interface PackagerLogger {
  fun info(message: String)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy