@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
date="2018-01-26T00:57:09+0100")
public class ServiceLogger_$logger
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceLogger |
FAIL |
protected org.jboss.logging.Logger |
log |
static org.jboss.msc.service.ServiceLogger |
ROOT |
static org.jboss.msc.service.ServiceLogger |
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,
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 valueInjection) |
protected java.lang.String |
uninjectFailed$str() |
protected final org.jboss.logging.Logger log
public static final org.jboss.msc.service.ServiceLogger ROOT
public static final org.jboss.msc.service.ServiceLogger SERVICE
public static final org.jboss.msc.service.ServiceLogger FAIL
public final void uninjectFailed(java.lang.Throwable cause,
ServiceName serviceName,
ValueInjection valueInjection)
protected java.lang.String uninjectFailed$str()
public final void exceptionAfterComplete(java.lang.Throwable cause,
ServiceName serviceName)
protected java.lang.String exceptionAfterComplete$str()
public final void stopFailed(java.lang.Throwable cause,
ServiceName serviceName)
protected java.lang.String stopFailed$str()
public final void uncaughtException(java.lang.Throwable cause,
java.lang.Thread thread)
protected java.lang.String uncaughtException$str()
public final void mbeanFailed(java.lang.Exception e)
protected java.lang.String mbeanFailed$str()
public final void internalServiceError(java.lang.Throwable cause,
ServiceName serviceName)
protected java.lang.String internalServiceError$str()
public final void listenerFailed(java.lang.Throwable cause,
java.lang.Object listener)
protected java.lang.String listenerFailed$str()
public final java.lang.IllegalStateException serviceNotStarted()
protected java.lang.String serviceNotStarted$str()
public final void greeting(java.lang.String version)
protected java.lang.String greeting$str()
public final void profileOutputCloseFailed(java.io.IOException cause)
protected java.lang.String profileOutputCloseFailed$str()
public final void startFailed(StartException cause, ServiceName serviceName)
protected java.lang.String startFailed$str()
public final void stopServiceMissing(ServiceName serviceName)
protected java.lang.String stopServiceMissing$str()
Copyright © 2012 JBoss, a division of Red Hat, Inc.