Package com.sun.xml.ws.policy.spi
Interface LoggingProvider
-
- All Known Implementing Classes:
XmlWsLoggingProvider
public interface LoggingProviderPolicy extensions may implement this provider interface in order to change the name of logging subsystem used by the core Policy module.- Author:
- lukas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLoggingSubsystemName()Policy will append.wspolicyto the returned string.
-
-
-
Method Detail
-
getLoggingSubsystemName
String getLoggingSubsystemName()
Policy will append.wspolicyto the returned string.- Returns:
- a logging subsystem name to use by loggers
-
-