Uses of Interface
io.helidon.codegen.CodegenLogger
Packages that use CodegenLogger
-
Uses of CodegenLogger in io.helidon.codegen
Methods in io.helidon.codegen that return CodegenLoggerModifier and TypeMethodDescriptionstatic CodegenLoggerCodegenLogger.create(System.Logger logger) Create a new logger backed bySystem.Logger.CodegenContext.logger()Logger to log messages according to the environment we run in (Annotation processor, Maven plugin, command line).CodegenContextBase.logger()CodegenContextDelegate.logger()Constructors in io.helidon.codegen with parameters of type CodegenLoggerModifierConstructorDescriptionprotectedCodegenContextBase(CodegenOptions options, Set<Option<?>> additionalOptions, CodegenFiler filer, CodegenLogger logger, CodegenScope scope) Create a new instance with the common parts of the API.