Package org.jboss.msc.service
Class ServiceLogger_$logger
- java.lang.Object
-
- org.jboss.msc.service.ServiceLogger_$logger
-
- All Implemented Interfaces:
java.io.Serializable
,ServiceLogger
@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2024-09-22T06:14:48+0800") public class ServiceLogger_$logger extends java.lang.Object implements ServiceLogger, java.io.Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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
-
Fields inherited from interface org.jboss.msc.service.ServiceLogger
FAIL, ROOT, SERVICE
-
-
Constructor Summary
Constructors Constructor Description ServiceLogger_$logger(org.jboss.logging.Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
FQCN
private static final java.lang.String FQCN
-
log
protected final org.jboss.logging.Logger log
-
greeting
private static final java.lang.String greeting
- See Also:
- Constant Field Values
-
startFailed
private static final java.lang.String startFailed
- See Also:
- Constant Field Values
-
listenerFailed
private static final java.lang.String listenerFailed
- See Also:
- Constant Field Values
-
exceptionAfterComplete
private static final java.lang.String exceptionAfterComplete
- See Also:
- Constant Field Values
-
stopFailed
private static final java.lang.String stopFailed
- See Also:
- Constant Field Values
-
stopServiceMissing
private static final java.lang.String stopServiceMissing
- See Also:
- Constant Field Values
-
uninjectFailed
private static final java.lang.String uninjectFailed
- See Also:
- Constant Field Values
-
internalServiceError
private static final java.lang.String internalServiceError
- See Also:
- Constant Field Values
-
uncaughtException
private static final java.lang.String uncaughtException
- See Also:
- Constant Field Values
-
profileOutputCloseFailed
private static final java.lang.String profileOutputCloseFailed
- See Also:
- Constant Field Values
-
mbeanFailed
private static final java.lang.String mbeanFailed
- See Also:
- Constant Field Values
-
serviceNotStarted
private static final java.lang.String serviceNotStarted
- See Also:
- Constant Field Values
-
-
Method Detail
-
greeting
public final void greeting(java.lang.String version)
- Specified by:
greeting
in interfaceServiceLogger
-
greeting$str
protected java.lang.String greeting$str()
-
startFailed
public final void startFailed(StartException cause, ServiceName serviceName)
- Specified by:
startFailed
in interfaceServiceLogger
-
startFailed$str
protected java.lang.String startFailed$str()
-
listenerFailed
public final void listenerFailed(java.lang.Throwable cause, ServiceListener<? extends java.lang.Object> listener)
- Specified by:
listenerFailed
in interfaceServiceLogger
-
listenerFailed$str
protected java.lang.String listenerFailed$str()
-
exceptionAfterComplete
public final void exceptionAfterComplete(java.lang.Throwable cause, ServiceName serviceName)
- Specified by:
exceptionAfterComplete
in interfaceServiceLogger
-
exceptionAfterComplete$str
protected java.lang.String exceptionAfterComplete$str()
-
stopFailed
public final void stopFailed(java.lang.Throwable cause, ServiceName serviceName)
- Specified by:
stopFailed
in interfaceServiceLogger
-
stopFailed$str
protected java.lang.String stopFailed$str()
-
stopServiceMissing
public final void stopServiceMissing(ServiceName serviceName)
- Specified by:
stopServiceMissing
in interfaceServiceLogger
-
stopServiceMissing$str
protected java.lang.String stopServiceMissing$str()
-
uninjectFailed
public final void uninjectFailed(java.lang.Throwable cause, ServiceName serviceName, ValueInjection<? extends java.lang.Object> valueInjection)
- Specified by:
uninjectFailed
in interfaceServiceLogger
-
uninjectFailed$str
protected java.lang.String uninjectFailed$str()
-
internalServiceError
public final void internalServiceError(java.lang.Throwable cause, ServiceName serviceName)
- Specified by:
internalServiceError
in interfaceServiceLogger
-
internalServiceError$str
protected java.lang.String internalServiceError$str()
-
uncaughtException
public final void uncaughtException(java.lang.Throwable cause, java.lang.Thread thread)
- Specified by:
uncaughtException
in interfaceServiceLogger
-
uncaughtException$str
protected java.lang.String uncaughtException$str()
-
profileOutputCloseFailed
public final void profileOutputCloseFailed(java.io.IOException cause)
- Specified by:
profileOutputCloseFailed
in interfaceServiceLogger
-
profileOutputCloseFailed$str
protected java.lang.String profileOutputCloseFailed$str()
-
mbeanFailed
public final void mbeanFailed(java.lang.Exception e)
- Specified by:
mbeanFailed
in interfaceServiceLogger
-
mbeanFailed$str
protected java.lang.String mbeanFailed$str()
-
serviceNotStarted$str
protected java.lang.String serviceNotStarted$str()
-
serviceNotStarted
public final java.lang.IllegalStateException serviceNotStarted()
- Specified by:
serviceNotStarted
in interfaceServiceLogger
-
-