Module dev.metaschema.databind
Package dev.metaschema.databind.codegen
Interface JavaCompilerSupport.Logger
- Enclosing class:
- JavaCompilerSupport
public static interface JavaCompilerSupport.Logger
A logging interface for compilation messages.
-
Method Summary
Modifier and TypeMethodDescriptionvoidLog a debug message.voidLog an info message.booleanCheck if debug logging is enabled.booleanCheck if info logging is enabled.
-
Method Details
-
isDebugEnabled
boolean isDebugEnabled()Check if debug logging is enabled.- Returns:
trueif debug logging is enabled
-
isInfoEnabled
boolean isInfoEnabled()Check if info logging is enabled.- Returns:
trueif info logging is enabled
-
debug
Log a debug message.- Parameters:
msg- the message to log
-
info
Log an info message.- Parameters:
msg- the message to log
-