@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
date="2023-06-28T16:39:59+0800")
public class ServiceLogger_$logger
extends java.lang.Object
implements ServiceLogger, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
exceptionAfterComplete |
private static java.lang.String |
FQCN |
private static java.lang.String |
greeting |
private static java.lang.String |
internalServiceError |
private static java.lang.String |
listenerFailed |
protected org.jboss.logging.Logger |
log |
private static java.lang.String |
mbeanFailed |
private static java.lang.String |
profileOutputCloseFailed |
private static long |
serialVersionUID |
private static java.lang.String |
serviceNotStarted |
private static java.lang.String |
startFailed |
private static java.lang.String |
stopFailed |
private static java.lang.String |
stopServiceMissing |
private static java.lang.String |
uncaughtException |
private static java.lang.String |
uninjectFailed |
FAIL, ROOT, SERVICE| Constructor and Description |
|---|
ServiceLogger_$logger(org.jboss.logging.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionAfterComplete(java.lang.Throwable cause,
ServiceName serviceName) |
protected java.lang.String |
exceptionAfterComplete$str() |
void |
greeting(java.lang.String version) |
protected java.lang.String |
greeting$str() |
void |
internalServiceError(java.lang.Throwable cause,
ServiceName serviceName) |
protected java.lang.String |
internalServiceError$str() |
void |
listenerFailed(java.lang.Throwable cause,
ServiceListener<? extends java.lang.Object> listener) |
protected java.lang.String |
listenerFailed$str() |
void |
mbeanFailed(java.lang.Exception e) |
protected java.lang.String |
mbeanFailed$str() |
void |
profileOutputCloseFailed(java.io.IOException cause) |
protected java.lang.String |
profileOutputCloseFailed$str() |
java.lang.IllegalStateException |
serviceNotStarted() |
protected java.lang.String |
serviceNotStarted$str() |
void |
startFailed(StartException cause,
ServiceName serviceName) |
protected java.lang.String |
startFailed$str() |
void |
stopFailed(java.lang.Throwable cause,
ServiceName serviceName) |
protected java.lang.String |
stopFailed$str() |
void |
stopServiceMissing(ServiceName serviceName) |
protected java.lang.String |
stopServiceMissing$str() |
void |
uncaughtException(java.lang.Throwable cause,
java.lang.Thread thread) |
protected java.lang.String |
uncaughtException$str() |
void |
uninjectFailed(java.lang.Throwable cause,
ServiceName serviceName,
ValueInjection<? extends java.lang.Object> valueInjection) |
protected java.lang.String |
uninjectFailed$str() |
private static final long serialVersionUID
private static final java.lang.String FQCN
protected final org.jboss.logging.Logger log
private static final java.lang.String greeting
private static final java.lang.String startFailed
private static final java.lang.String listenerFailed
private static final java.lang.String exceptionAfterComplete
private static final java.lang.String stopFailed
private static final java.lang.String stopServiceMissing
private static final java.lang.String uninjectFailed
private static final java.lang.String internalServiceError
private static final java.lang.String uncaughtException
private static final java.lang.String profileOutputCloseFailed
private static final java.lang.String mbeanFailed
private static final java.lang.String serviceNotStarted
public final void greeting(java.lang.String version)
greeting in interface ServiceLoggerprotected java.lang.String greeting$str()
public final void startFailed(StartException cause, ServiceName serviceName)
startFailed in interface ServiceLoggerprotected java.lang.String startFailed$str()
public final void listenerFailed(java.lang.Throwable cause,
ServiceListener<? extends java.lang.Object> listener)
listenerFailed in interface ServiceLoggerprotected java.lang.String listenerFailed$str()
public final void exceptionAfterComplete(java.lang.Throwable cause,
ServiceName serviceName)
exceptionAfterComplete in interface ServiceLoggerprotected java.lang.String exceptionAfterComplete$str()
public final void stopFailed(java.lang.Throwable cause,
ServiceName serviceName)
stopFailed in interface ServiceLoggerprotected java.lang.String stopFailed$str()
public final void stopServiceMissing(ServiceName serviceName)
stopServiceMissing in interface ServiceLoggerprotected java.lang.String stopServiceMissing$str()
public final void uninjectFailed(java.lang.Throwable cause,
ServiceName serviceName,
ValueInjection<? extends java.lang.Object> valueInjection)
uninjectFailed in interface ServiceLoggerprotected java.lang.String uninjectFailed$str()
public final void internalServiceError(java.lang.Throwable cause,
ServiceName serviceName)
internalServiceError in interface ServiceLoggerprotected java.lang.String internalServiceError$str()
public final void uncaughtException(java.lang.Throwable cause,
java.lang.Thread thread)
uncaughtException in interface ServiceLoggerprotected java.lang.String uncaughtException$str()
public final void profileOutputCloseFailed(java.io.IOException cause)
profileOutputCloseFailed in interface ServiceLoggerprotected java.lang.String profileOutputCloseFailed$str()
public final void mbeanFailed(java.lang.Exception e)
mbeanFailed in interface ServiceLoggerprotected java.lang.String mbeanFailed$str()
protected java.lang.String serviceNotStarted$str()
public final java.lang.IllegalStateException serviceNotStarted()
serviceNotStarted in interface ServiceLogger