org.jboss.ws.api
Interface Log

All Superinterfaces:
org.jboss.logging.BasicLogger

@MessageLogger(projectCode="JBWS")
public interface Log
extends org.jboss.logging.BasicLogger

JBossWS API log messages

Author:
alessio.soldano@jboss.com

Field Summary
static Log LOGGER
           
 
Method Summary
 void cannotParse(String s)
           
 void couldNotGetModuleClassLoader(String module, Exception e)
           
 void creatingElement(String uri, String prefix)
           
 void creatingElement(String uri, String prefix, String localPart)
           
 void ignoringAttribute(String uri, String qname, String value)
           
 void nonStandardMethod(String s)
           
 void peekGroupID(String groupId, String threadName)
           
 void popGroupID(String groupId, String threadName)
           
 void pushGroupID(String groupId, String threadName)
           
 
Methods inherited from interface org.jboss.logging.BasicLogger
debug, debug, debug, debug, 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, 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

LOGGER

static final Log LOGGER
Method Detail

ignoringAttribute

@LogMessage(level=TRACE)
@Message(id=20003,
         value="Ignore attribute: [uri=%s, qname=%s, value=%s]")
void ignoringAttribute(String uri,
                                          String qname,
                                          String value)

cannotParse

@LogMessage(level=ERROR)
@Message(id=20005,
         value="Cannnot parse: %s")
void cannotParse(String s)

creatingElement

@LogMessage(level=TRACE)
@Message(id=20006,
         value="createElement {%s}%s")
void creatingElement(String uri,
                                        String prefix)

creatingElement

@LogMessage(level=TRACE)
@Message(id=20007,
         value="createElement {%s}%s:%s")
void creatingElement(String uri,
                                        String prefix,
                                        String localPart)

pushGroupID

@LogMessage(level=TRACE)
@Message(id=20008,
         value="pushGroupID: %s (%s)")
void pushGroupID(String groupId,
                                    String threadName)

peekGroupID

@LogMessage(level=TRACE)
@Message(id=20009,
         value="peekGroupID: %s (%s)")
void peekGroupID(String groupId,
                                    String threadName)

popGroupID

@LogMessage(level=TRACE)
@Message(id=20010,
         value="popGroupID: %s (%s)")
void popGroupID(String groupId,
                                   String threadName)

nonStandardMethod

@LogMessage(level=WARN)
@Message(id=20012,
         value="Non-standard method: %s")
void nonStandardMethod(String s)

couldNotGetModuleClassLoader

@LogMessage(level=TRACE)
@Message(id=20015,
         value="Could not get %s module classloader: %s")
void couldNotGetModuleClassLoader(String module,
                                                     Exception e)


Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.