interface WireLogger
abstract fun artifact(outputPath: Path, filePath: String): Unitabstract fun artifact(outputPath: Path, javaFile: JavaFile): Unitabstract fun artifact(outputPath: Path, kotlinFile: FileSpec): Unitabstract fun artifact(outputPath: Path, type: ProtoType, swiftFile: FileSpec): Unit |
|
abstract fun artifactSkipped(type: ProtoType): Unit |
|
abstract fun info(message: String): Unit |
|
abstract fun setQuiet(quiet: Boolean): Unit |