@MessageLogger(projectCode="JBAS")
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 |
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. |
void |
errorClosingFile(Throwable cause,
org.jboss.vfs.VirtualFile file)
Logs a warning message indicating there was an exception closing the file.
|
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.
|
void |
skippingUnknownFileType(org.jboss.vfs.VirtualFile file)
Logs a warning message indicating an unknown file type was encountered and is being skipped.
|
debug, debug, debug, debug, 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, 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
static final EmbeddedLogger ROOT_LOGGER
@LogMessage(level=WARN) @Message(id=11100, 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=11101, 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=11102, 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=11103, 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=11104, 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=11105, value="Encountered unknown file type, skipping: %s") void skippingUnknownFileType(org.jboss.vfs.VirtualFile file)
file
- the file.Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.