ApolloCompilerPluginLogger

ApolloCompilerPluginLogger allows logging from the context of the Apollo compiler.

Typically, the Apollo compiler is run from an isolated classloader and cannot use the Gradle logging functions but can respect the logging level set by the user.

Inheritors

Functions

Link copied to clipboard
abstract fun error(message: String)
Link copied to clipboard
abstract fun info(message: String)
Link copied to clipboard
abstract fun logging(message: String)
Link copied to clipboard
abstract fun warn(message: String)