@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2021-09-29T14:18:42+0000") public class DeploymentRepositoryLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements DeploymentRepositoryLogger, org.jboss.logging.BasicLogger, Serializable
ROOT_LOGGER| Constructor and Description |
|---|
DeploymentRepositoryLogger_$logger(org.jboss.logging.Logger log) |
| 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. |
protected String |
cannotCreateDirectory$str() |
void |
cannotDeleteTempFile(Throwable cause,
String path) |
protected String |
cannotDeleteTempFile$str() |
IllegalStateException |
cannotObtainSha1(Throwable cause,
String name)
Creates an exception indicating the inability to obtain SHA-1.
|
protected String |
cannotObtainSha1$str() |
void |
contentAdded(String path)
Logs an informational message indicating the content was added at the location, represented by the
path
parameter. |
protected String |
contentAdded$str() |
void |
contentDeletionError(Throwable cause,
String name) |
protected String |
contentDeletionError$str() |
void |
contentRemoved(String path) |
protected String |
contentRemoved$str() |
IllegalStateException |
directoryNotWritable(String path)
Creates an exception indicating the directory, represented by the
path parameter, is not writable. |
protected String |
directoryNotWritable$str() |
protected Locale |
getLoggingLocale() |
void |
localContentListError(String name) |
protected String |
localContentListError$str() |
IllegalStateException |
notADirectory(String path)
Creates an exception indicating the path, represented by the
path parameter, is not a directory. |
protected String |
notADirectory$str() |
IllegalArgumentException |
nullVar(String name)
Creates an exception indicating the variable, represented by the
name parameter, is null. |
protected String |
nullVar$str() |
void |
obsoleteContentCleaned(String contentIdentifier) |
protected String |
obsoleteContentCleaned$str() |
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, warnvclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, 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, warnvpublic DeploymentRepositoryLogger_$logger(org.jboss.logging.Logger log)
protected Locale getLoggingLocale()
public final void contentAdded(String path)
DeploymentRepositoryLoggerpath
parameter.contentAdded in interface DeploymentRepositoryLoggerpath - the name of the path.protected String contentAdded$str()
public final void contentRemoved(String path)
contentRemoved in interface DeploymentRepositoryLoggerprotected String contentRemoved$str()
public final void cannotDeleteTempFile(Throwable cause, String path)
cannotDeleteTempFile in interface DeploymentRepositoryLoggerprotected String cannotDeleteTempFile$str()
protected String cannotCreateDirectory$str()
public final IllegalStateException cannotCreateDirectory(Throwable cause, String path)
DeploymentRepositoryLoggerpath parameter.cannotCreateDirectory in interface DeploymentRepositoryLoggerpath - the path name.IllegalStateException for the error.protected String cannotObtainSha1$str()
public final IllegalStateException cannotObtainSha1(Throwable cause, String name)
DeploymentRepositoryLoggercannotObtainSha1 in interface DeploymentRepositoryLoggercause - the cause of the error.name - the name of the class.IllegalStateException for the error.protected String directoryNotWritable$str()
public final IllegalStateException directoryNotWritable(String path)
DeploymentRepositoryLoggerpath parameter, is not writable.directoryNotWritable in interface DeploymentRepositoryLoggerpath - the path name.IllegalStateException for the error.protected String notADirectory$str()
public final IllegalStateException notADirectory(String path)
DeploymentRepositoryLoggerpath parameter, is not a directory.notADirectory in interface DeploymentRepositoryLoggerpath - the path name.IllegalStateException for the error.protected String nullVar$str()
public final IllegalArgumentException nullVar(String name)
DeploymentRepositoryLoggername parameter, is null.nullVar in interface DeploymentRepositoryLoggername - the name of the variable.IllegalArgumentException for the error.public final void obsoleteContentCleaned(String contentIdentifier)
obsoleteContentCleaned in interface DeploymentRepositoryLoggerprotected String obsoleteContentCleaned$str()
public final void contentDeletionError(Throwable cause, String name)
contentDeletionError in interface DeploymentRepositoryLoggerprotected String contentDeletionError$str()
public final void localContentListError(String name)
localContentListError in interface DeploymentRepositoryLoggerprotected String localContentListError$str()
Copyright © 2021 JBoss by Red Hat. All rights reserved.