@MessageLogger(projectCode="WFLYEMB",
length=4)
public interface EmbeddedLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static EmbeddedLogger |
ROOT_LOGGER
A logger with a category of the package name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cannotCloseFile(Throwable cause,
org.jboss.vfs.VirtualFile file)
Logs a warning message indicating the file handle, represented by the
file parameter, could not be
closed. |
void |
cannotConfigureBootLogging(File loggingProperties) |
IllegalStateException |
cannotCreateStandaloneServer(Throwable cause,
Method createMethod) |
IllegalStateException |
cannotGetReflectiveMethod(NoSuchMethodException cause,
String method,
String className) |
IllegalStateException |
cannotInvokeStandaloneServer(Throwable cause,
String methodName) |
void |
cannotLoadClassFile(Throwable cause,
org.jboss.vfs.VirtualFile file)
Logs a warning message indicating the class file, represented by the
file parameter, could not be loaded. |
IllegalStateException |
cannotLoadEmbeddedServerFactory(ClassNotFoundException cause,
String className) |
RuntimeException |
cannotMountFile(Throwable cause,
String fileName)
Creates an exception indicating the file, represented by the
fileName parameter, could not be mounted. |
RuntimeException |
cannotReadContent(Throwable cause,
org.jboss.vfs.VirtualFile file)
Creates an exception indicating the contents of the file could not be read.
|
IllegalStateException |
cannotSetupEmbeddedServer(Throwable cause) |
ServerStartException |
cannotStartEmbeddedServer(Throwable cause) |
void |
errorClosingFile(Throwable cause,
org.jboss.vfs.VirtualFile file)
Logs a warning message indicating there was an exception closing the file.
|
IllegalArgumentException |
exclusionValuesRequired() |
void |
failedToUndeploy(Throwable cause,
File file)
Logs a warning message indicating there was a failure to undeploy the file.
|
void |
fileNotFound(org.jboss.vfs.VirtualFile file)
Logs a warning message indicating the file on the ClassPath could not be found.
|
IllegalStateException |
invalidJBossHome(String jbossHome) |
IllegalArgumentException |
invalidModulePath(String file)
Creates an exception indicating the module path is invalid.
|
RuntimeException |
invalidModuleType(String moduleName,
Class<?> type)
Creates an exception indicating the module, represented by the
moduleName parameter, was not a valid
type of File[], File, String[] or String. |
RuntimeException |
moduleLoaderError(Throwable cause,
String msg,
org.jboss.modules.ModuleLoader moduleLoader)
Creates an exception indicating there was an error in the module loader.
|
IllegalArgumentException |
nullVar(String name)
Creates an exception indicating the variable, represented by the
name parameter, is null. |
IllegalStateException |
processIsReloading() |
IllegalStateException |
processIsStopping() |
void |
skippingUnknownFileType(org.jboss.vfs.VirtualFile file)
Logs a warning message indicating an unknown file type was encountered and is being skipped.
|
IllegalStateException |
systemPropertyNotFound(String key)
Creates an exception indicating the system property could not be found.
|
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, warnvstatic final EmbeddedLogger ROOT_LOGGER
@LogMessage(level=WARN)
@Message(id=1,
value="Could not close handle to mounted %s")
void cannotCloseFile(@Cause
Throwable cause,
org.jboss.vfs.VirtualFile file)
file parameter, could not be
closed.cause - the cause of the error.file - the file.@LogMessage(level=WARN)
@Message(id=2,
value="Could not load class file %s")
void cannotLoadClassFile(@Cause
Throwable cause,
org.jboss.vfs.VirtualFile file)
file parameter, could not be loaded.cause - the cause of the error.file - the file that could not be loaded.@LogMessage(level=WARN)
@Message(id=3,
value="Exception closing file %s")
void errorClosingFile(@Cause
Throwable cause,
org.jboss.vfs.VirtualFile file)
cause - the cause of the error.file - the file that failed to close.@LogMessage(level=WARN)
@Message(id=4,
value="Failed to undeploy %s")
void failedToUndeploy(@Cause
Throwable cause,
File file)
cause - the cause of the error.file - the file that failed to undeploy.@LogMessage(level=WARN)
@Message(id=5,
value="File on ClassPath could not be found: %s")
void fileNotFound(org.jboss.vfs.VirtualFile file)
file - the file that could not be found.@LogMessage(level=WARN)
@Message(id=6,
value="Encountered unknown file type, skipping: %s")
void skippingUnknownFileType(org.jboss.vfs.VirtualFile file)
file - the file.@Message(id=7,
value="Could not mount file \'%s\'")
RuntimeException cannotMountFile(@Cause
Throwable cause,
String fileName)
fileName parameter, could not be mounted.@Message(id=8,
value="Could not read contents of %s")
RuntimeException cannotReadContent(@Cause
Throwable cause,
org.jboss.vfs.VirtualFile file)
@Message(id=9,
value="One or more exclusion values must be specified")
IllegalArgumentException exclusionValuesRequired()
@Message(id=11,
value="Invalid JBoss home directory: %s")
IllegalStateException invalidJBossHome(String jbossHome)
@Message(id=12,
value="Invalid module path: %s")
IllegalArgumentException invalidModulePath(String file)
@Message(id=13,
value="%s was not of type File[], File, String[] or String, but of type %s")
RuntimeException invalidModuleType(String moduleName,
Class<?> type)
moduleName parameter, was not a valid
type of File[], File, String[] or String.@Message(id=14,
value="Cannot load module %s from: %s")
RuntimeException moduleLoaderError(@Cause
Throwable cause,
String msg,
org.jboss.modules.ModuleLoader moduleLoader)
@Message(id=15,
value="%s is null")
IllegalArgumentException nullVar(String name)
name parameter, is null.@Message(id=16,
value="Cannot find system property: %s")
IllegalStateException systemPropertyNotFound(String key)
@Message(id=17,
value="Cannot load embedded server factory: %s")
IllegalStateException cannotLoadEmbeddedServerFactory(@Cause
ClassNotFoundException cause,
String className)
@Message(id=18,
value="Cannot get reflective method \'%s\' for: %s")
IllegalStateException cannotGetReflectiveMethod(@Cause
NoSuchMethodException cause,
String method,
String className)
@Message(id=19,
value="Cannot create standalone server using factory: %s")
IllegalStateException cannotCreateStandaloneServer(@Cause
Throwable cause,
Method createMethod)
@Message(id=20,
value="Cannot setup embedded server")
IllegalStateException cannotSetupEmbeddedServer(@Cause
Throwable cause)
@Message(id=21,
value="Cannot start embedded server")
ServerStartException cannotStartEmbeddedServer(@Cause
Throwable cause)
@Message(id=22,
value="Cannot invoke \'%s\' on standalone server")
IllegalStateException cannotInvokeStandaloneServer(@Cause
Throwable cause,
String methodName)
@Message(id=23,
value="The embedded server is stopping and invocations on the ModelControllerClient are not available")
IllegalStateException processIsStopping()
@Message(id=24,
value="The embedded server is reloading and invocations on the ModelControllerClient are not yet available")
IllegalStateException processIsReloading()
@LogMessage(level=WARN)
@Message(id=25,
value="Unable to configure embedded server logging from %s")
void cannotConfigureBootLogging(File loggingProperties)
Copyright © 2015 JBoss by Red Hat. All rights reserved.