Package org.jboss.as.cli.impl._private
Class BootScriptInvokerLogger_$logger
- java.lang.Object
-
- org.jboss.logging.DelegatingBasicLogger
-
- org.jboss.as.cli.impl._private.BootScriptInvokerLogger_$logger
-
- All Implemented Interfaces:
Serializable,BootScriptInvokerLogger,org.jboss.logging.BasicLogger
@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2025-03-21T16:44:50+0000") public class BootScriptInvokerLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements BootScriptInvokerLogger, org.jboss.logging.BasicLogger, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.cli.impl._private.BootScriptInvokerLogger
ROOT_LOGGER
-
-
Constructor Summary
Constructors Constructor Description BootScriptInvokerLogger_$logger(org.jboss.logging.Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcliOutput()Logs an error message to advertise that CLI script output is printed.protected StringcliOutput$str()voiddoneProcessScript(File file)Logs an info message to advertise that the script file processing is done.protected StringdoneProcessScript$str()voiderrorProcessingScript(File file)Logs an error message to advertise that CLI script processing failed.protected StringerrorProcessingScript$str()voidexecuteCommand(String cmd)Logs a debug message to advertise the command being executed.protected StringexecuteCommand$str()protected LocalegetLoggingLocale()voidprocessScript(File file)Logs an info message to advertise that a script file is being processed.protected StringprocessScript$str()RuntimeExceptionpropertiesFileNotFound(File file)Logs an error message to advertise that CLI script file was not found.protected StringpropertiesFileNotFound$str()IllegalStateExceptionunexpectedCommandException(Throwable cause, String cmd, File file)Logs an error message to advertise that an unexpected exception was thrown.protected StringunexpectedCommandException$str()IllegalStateExceptionunexpectedErrors(File script, File errors)Logs an error message to advertise that an error occurred.protected StringunexpectedErrors$str()IllegalStateExceptionunexpectedException(Throwable cause, File file)Logs an error message to advertise that an unexpected exception was thrown.protected StringunexpectedException$str()-
Methods inherited from class org.jboss.logging.DelegatingBasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
-
-
-
-
Method Detail
-
getLoggingLocale
protected Locale getLoggingLocale()
-
processScript
public final void processScript(File file)
Description copied from interface:BootScriptInvokerLoggerLogs an info message to advertise that a script file is being processed.- Specified by:
processScriptin interfaceBootScriptInvokerLogger- Parameters:
file- the CLI script file.
-
processScript$str
protected String processScript$str()
-
errorProcessingScript
public final void errorProcessingScript(File file)
Description copied from interface:BootScriptInvokerLoggerLogs an error message to advertise that CLI script processing failed.- Specified by:
errorProcessingScriptin interfaceBootScriptInvokerLogger- Parameters:
file- the CLI script file.
-
errorProcessingScript$str
protected String errorProcessingScript$str()
-
propertiesFileNotFound$str
protected String propertiesFileNotFound$str()
-
propertiesFileNotFound
public final RuntimeException propertiesFileNotFound(File file)
Description copied from interface:BootScriptInvokerLoggerLogs an error message to advertise that CLI script file was not found.- Specified by:
propertiesFileNotFoundin interfaceBootScriptInvokerLogger- Parameters:
file- the CLI script file.- Returns:
- Exception to throw.
-
cliOutput
public final void cliOutput()
Description copied from interface:BootScriptInvokerLoggerLogs an error message to advertise that CLI script output is printed.- Specified by:
cliOutputin interfaceBootScriptInvokerLogger
-
cliOutput$str
protected String cliOutput$str()
-
doneProcessScript
public final void doneProcessScript(File file)
Description copied from interface:BootScriptInvokerLoggerLogs an info message to advertise that the script file processing is done.- Specified by:
doneProcessScriptin interfaceBootScriptInvokerLogger- Parameters:
file- the CLI script file.
-
doneProcessScript$str
protected String doneProcessScript$str()
-
executeCommand
public final void executeCommand(String cmd)
Description copied from interface:BootScriptInvokerLoggerLogs a debug message to advertise the command being executed.- Specified by:
executeCommandin interfaceBootScriptInvokerLogger- Parameters:
cmd- the CLI command.
-
executeCommand$str
protected String executeCommand$str()
-
unexpectedException$str
protected String unexpectedException$str()
-
unexpectedException
public final IllegalStateException unexpectedException(Throwable cause, File file)
Description copied from interface:BootScriptInvokerLoggerLogs an error message to advertise that an unexpected exception was thrown.- Specified by:
unexpectedExceptionin interfaceBootScriptInvokerLoggerfile- CLI script file- Returns:
- Exception to throw
-
unexpectedErrors$str
protected String unexpectedErrors$str()
-
unexpectedErrors
public final IllegalStateException unexpectedErrors(File script, File errors)
Description copied from interface:BootScriptInvokerLoggerLogs an error message to advertise that an error occurred.- Specified by:
unexpectedErrorsin interfaceBootScriptInvokerLogger- Parameters:
script- CLI scripterrors- File that contains error messages- Returns:
- Exception to throw
-
unexpectedCommandException$str
protected String unexpectedCommandException$str()
-
unexpectedCommandException
public final IllegalStateException unexpectedCommandException(Throwable cause, String cmd, File file)
Description copied from interface:BootScriptInvokerLoggerLogs an error message to advertise that an unexpected exception was thrown.- Specified by:
unexpectedCommandExceptionin interfaceBootScriptInvokerLoggerfile- CLI script file- Returns:
- Exception to throw
-
-