Uses of Enum
io.github.ascopes.jct.filemanagers.LoggingMode
Package
Description
APIs for performing compiler passes across user-defined workspaces.
APIs that integrate with the JSR-199 FileManager APIs.
-
Uses of LoggingMode in io.github.ascopes.jct.compilers
Modifier and TypeFieldDescriptionstatic final LoggingMode
JctCompiler.DEFAULT_DIAGNOSTIC_LOGGING_MODE
Default setting for logging diagnostics (ENABLED
).static final LoggingMode
JctCompiler.DEFAULT_FILE_MANAGER_LOGGING_MODE
Default setting for logging file manager operations (DISABLED
).Modifier and TypeMethodDescriptionAbstractJctCompiler.getDiagnosticLoggingMode()
JctCompiler.getDiagnosticLoggingMode()
Get the current diagnostic logging mode.AbstractJctCompiler.getFileManagerLoggingMode()
JctCompiler.getFileManagerLoggingMode()
Get the current file manager logging mode.Modifier and TypeMethodDescriptionAbstractJctCompiler.diagnosticLoggingMode
(LoggingMode diagnosticLoggingMode) JctCompiler.diagnosticLoggingMode
(LoggingMode diagnosticLoggingMode) Set how to handle diagnostic capture.AbstractJctCompiler.fileManagerLoggingMode
(LoggingMode fileManagerLoggingMode) JctCompiler.fileManagerLoggingMode
(LoggingMode fileManagerLoggingMode) Set how to handle logging calls to underlying file managers. -
Uses of LoggingMode in io.github.ascopes.jct.filemanagers
Modifier and TypeClassDescriptionenum
Options for how to handle logging on special internal components.Modifier and TypeMethodDescriptionstatic LoggingMode
Returns the enum constant of this type with the specified name.static LoggingMode[]
LoggingMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.