Package org.jboss.as.jsr77.logging
Interface JSR77Logger
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
JSR77Logger_$logger
@MessageLogger(projectCode="WFLYEEMGMT", length=4) public interface JSR77Logger extends org.jboss.logging.BasicLogger- Author:
- Kabir Khan, David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description static JSR77LoggerROOT_LOGGERA logger with a category of the package name.
-
Method Summary
-
Methods inherited from interface org.jboss.logging.BasicLogger
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, warnv
-
-
-
-
Field Detail
-
ROOT_LOGGER
static final JSR77Logger ROOT_LOGGER
A logger with a category of the package name.
-
-
Method Detail
-
attrInfoAttrName
@Message(id=0, value="The object name") String attrInfoAttrName()
-
attrInfoStateManageable
@Message(id=0, value="Whether this managed object is state manageable") String attrInfoStateManageable()
-
attrInfoStatisticsProvider
@Message(id=0, value="Whether this managed object is a statistics provider") String attrInfoStatisticsProvider()
-
attrInfoEventProvider
@Message(id=0, value="Whether this managed object is an event provider") String attrInfoEventProvider()
-
attrInfoDeploymentDescriptor
@Message(id=0, value="The deployment descriptor") String attrInfoDeploymentDescriptor()
-
attrInfoServer
@Message(id=0, value="The server object name descriptor") String attrInfoServer()
-
attrInfoServers
@Message(id=0, value="The servers") String attrInfoServers()
-
attrInfoDeployedObjects
@Message(id=0, value="The deployed objects") String attrInfoDeployedObjects()
-
attrInfoResources
@Message(id=0, value="The resources") String attrInfoResources()
-
attrInfoJavaVms
@Message(id=0, value="The java vms") String attrInfoJavaVms()
-
attrInfoServerVendor
@Message(id=0, value="The server vendor") String attrInfoServerVendor()
-
attrInfoServerVersion
@Message(id=0, value="The server version") String attrInfoServerVersion()
-
attrInfoJvmName
@Message(id=0, value="The jvm name") String attrInfoJvmName()
-
attrInfoJavaVendor
@Message(id=0, value="The java vendor") String attrInfoJavaVendor()
-
attrInfoNode
@Message(id=0, value="The node") String attrInfoNode()
-
onlyRequiredInLocalView
@Message(id=1, value="Only required in local view") UnsupportedOperationException onlyRequiredInLocalView()
-
wrongParamLength
@Message(id=2, value="Expected at least %d elements in parameter array with size %d") IllegalArgumentException wrongParamLength(int index, int length)
-
wrongParamType
@Message(id=3, value="Bad type for parameter at %d. Expected %s, but was %s") IllegalArgumentException wrongParamType(int index, String expected, String actual)
-
noAttributeCalled
@Message(id=4, value="No attribute called %s") AttributeNotFoundException noAttributeCalled(String attribute)
-
noMBeanCalled
@Message(id=5, value="No mbean found called %s") InstanceNotFoundException noMBeanCalled(ObjectName name)
-
couldNotFindJ2eeType
@Message(id=7, value="Could not find %s") InstanceNotFoundException couldNotFindJ2eeType(String j2eeType)
-
invalidObjectName
@Message(id=8, value="Invalid ObjectName: %s") IllegalStateException invalidObjectName(@Cause Throwable t, String s)
-
couldNotCreateObjectName
@Message(id=9, value="Could not create ObjectName: %s") IllegalStateException couldNotCreateObjectName(@Cause Throwable t, String s)
-
mbeanIsReadOnly
@Message(id=10, value="%s is read-only") IllegalStateException mbeanIsReadOnly(ObjectName on)
-
notYetImplemented
@Message(id=11, value="Not yet implemented") IllegalStateException notYetImplemented()
-
unknownMethod
@Message(id=12, value="Unknown method: %s") IllegalArgumentException unknownMethod(Method m)
-
-