Package org.jboss.as.jacorb.logging
Interface JacORBLogger
-
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
JacORBLogger_$logger
@MessageLogger(projectCode="WFLYORB", length=4) public interface JacORBLogger extends org.jboss.logging.BasicLogger- Author:
- James R. Perkins, Stefan Guilhen, David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description static JacORBLoggerROOT_LOGGER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.as.controller.OperationFailedExceptioncannotEmulateProperties(List<String> property)StringcannotEmulatePropertiesWarning(List<String> property)StringexpressionMigrationWarning(String properties)XMLStreamExceptioninvalidInitializerConfig(String value, Location location)XMLStreamExceptioninvalidSSLConfig(String value, Location location)voidjacorbEmulationWarning()StringmigrationFailed()-
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 JacORBLogger ROOT_LOGGER
-
-
Method Detail
-
invalidInitializerConfig
@Message(id=38, value="Illegal initializer value: %s. Should be one of [security,transactions]") XMLStreamException invalidInitializerConfig(String value, @Param Location location)
-
invalidSSLConfig
@Message(id=39, value="Illegal SSL config option: %s. Should be one of [0.20,40,60]") XMLStreamException invalidSSLConfig(String value, @Param Location location)
-
cannotEmulateProperties
@Message(id=132, value="Properties %s cannot be emulated using OpenJDK ORB and are not supported") org.jboss.as.controller.OperationFailedException cannotEmulateProperties(List<String> property)
-
jacorbEmulationWarning
@LogMessage(level=WARN) @Message(id=133, value="JacORB is not used as an ORB implementation anymore. JacORB subsystem would be emulated using the current OpenJDK ORB implementation. Ability to emulate legacy JacORB configurations using OpenJDK ORB will be removed in future.") void jacorbEmulationWarning()
-
cannotEmulatePropertiesWarning
@Message(id=134, value="Properties %s cannot be emulated using OpenJDK ORB and are not supported") String cannotEmulatePropertiesWarning(List<String> property)
-
migrationFailed
@Message(id=135, value="Migration failed, see results for more details.") String migrationFailed()
-
-