@MessageLogger(projectCode="WFLYDR",
length=4)
public interface DeploymentRepositoryLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static DeploymentRepositoryLogger |
ROOT_LOGGER
A logger with the category of the package name.
|
| Modifier and Type | Method and Description |
|---|---|
IllegalStateException |
cannotCreateDirectory(Throwable cause,
String path)
Creates an exception indicating a failure to create the directory represented by the
path parameter. |
void |
cannotDeleteTempFile(Throwable cause,
String path) |
IllegalStateException |
cannotObtainSha1(Throwable cause,
String name)
Creates an exception indicating the inability to obtain SHA-1.
|
void |
contentAdded(String path)
Logs an informational message indicating the content was added at the location, represented by the
path
parameter. |
void |
contentDeletionError(Throwable cause,
String name) |
void |
contentRemoved(String path) |
IllegalStateException |
directoryNotWritable(String path)
Creates an exception indicating the directory, represented by the
path parameter, is not writable. |
void |
localContentListError(String name) |
IllegalStateException |
notADirectory(String path)
Creates an exception indicating the path, represented by the
path parameter, is not a directory. |
IllegalArgumentException |
nullVar(String name)
Creates an exception indicating the variable, represented by the
name parameter, is null. |
void |
obsoleteContentCleaned(String contentIdentifier) |
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 DeploymentRepositoryLogger ROOT_LOGGER
@LogMessage(level=INFO)
@Message(id=1,
value="Content added at location %s")
void contentAdded(String path)
path
parameter.path - the name of the path.@LogMessage(level=INFO)
@Message(id=2,
value="Content removed from location %s")
void contentRemoved(String path)
@LogMessage(level=WARN)
@Message(id=3,
value="Cannot delete temp file %s, will be deleted on exit")
void cannotDeleteTempFile(@Cause
Throwable cause,
String path)
@Message(id=4,
value="Cannot create directory %s")
IllegalStateException cannotCreateDirectory(@Cause
Throwable cause,
String path)
path parameter.path - the path name.IllegalStateException for the error.@Message(id=5,
value="Cannot obtain SHA-1 %s")
IllegalStateException cannotObtainSha1(@Cause
Throwable cause,
String name)
cause - the cause of the error.name - the name of the class.IllegalStateException for the error.@Message(id=6,
value="Directory %s is not writable")
IllegalStateException directoryNotWritable(String path)
path parameter, is not writable.path - the path name.IllegalStateException for the error.@Message(id=7,
value="%s is not a directory")
IllegalStateException notADirectory(String path)
path parameter, is not a directory.path - the path name.IllegalStateException for the error.@Message(id=8,
value="%s is null")
IllegalArgumentException nullVar(String name)
name parameter, is null.name - the name of the variable.IllegalArgumentException for the error.@LogMessage(level=INFO)
@Message(id=9,
value="Content %s is obsolete and will be removed")
void obsoleteContentCleaned(String contentIdentifier)
@LogMessage(level=ERROR)
@Message(id=10,
value="Couldn\'t delete content %s")
void contentDeletionError(@Cause
Throwable cause,
String name)
@LogMessage(level=INFO)
@Message(id=11,
value="Couldn\'t list directory files for %s")
void localContentListError(String name)
Copyright © 2021 JBoss by Red Hat. All rights reserved.