|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoggerInterface | |
---|---|
com.sas.services.logging | Send runtime messages to one or more output destinations. |
com.sas.services.logging.util | Logging Service utilities. |
com.sas.services.publish | Publish services. |
com.sas.services.publish.alerts | Publish service alerts. |
com.sas.services.session | Session services. |
com.sas.services.user | Maintain user identities and profiles. |
Uses of LoggerInterface in com.sas.services.logging |
---|
Methods in com.sas.services.logging that return LoggerInterface | |
---|---|
LoggerInterface |
LoggingServiceInterface.getLogger(java.lang.String loggingContext)
Deprecated. As of 9.3, replace with direct use of log4j. |
LoggerInterface |
LoggingServiceInterface.getLogger(java.lang.String loggingContext,
SessionContextInterface sessionContext)
Deprecated. As of 9.3, replace with direct use of log4j. |
Uses of LoggerInterface in com.sas.services.logging.util |
---|
Constructors in com.sas.services.logging.util with parameters of type LoggerInterface | |
---|---|
LoggerHandler(LoggerInterface logger)
Deprecated. Contruct a java.util.logging.Handler subclass that writes messages to a com.sas.services.logging.LoggerInterface. |
|
LoggerHandler(LoggerInterface logger,
java.util.logging.Formatter formatter)
Deprecated. |
|
LoggerHandler(LoggerInterface logger,
java.util.logging.Formatter formatter,
java.lang.String loggingContext)
Deprecated. |
|
LoggerMonitor(LoggerInterface log)
Deprecated. Constructor. |
|
LoggerStream(LoggerInterface log,
java.lang.String context,
int priority)
Deprecated. Constructor. |
Uses of LoggerInterface in com.sas.services.publish |
---|
Methods in com.sas.services.publish that return LoggerInterface | |
---|---|
LoggerInterface |
TransportInterface.getLogger()
Deprecated. The Logging Service has been deprecated. Use Log4J directly instead of calling this method to get the Logging Service logger. |
Uses of LoggerInterface in com.sas.services.publish.alerts |
---|
Methods in com.sas.services.publish.alerts that return LoggerInterface | |
---|---|
LoggerInterface |
AlertTransportInterface.getLogger()
Deprecated. The Logging Service has been deprecated. Use Log4J directly instead of calling this method to get the Logging Service logger. |
Methods in com.sas.services.publish.alerts with parameters of type LoggerInterface | |
---|---|
static void |
AlertUtil.notify(org.w3c.dom.Document doc,
LoggerInterface logger)
Deprecated. The Logging Service has been deprecated. Use AlertUtil.sendNotification(Document
doc, SessionContextInterface sessionContext, MailServiceInterface mailService) |
static void |
AlertUtil.notify(org.w3c.dom.Document doc,
LoggerInterface logger,
SessionContextInterface sessionContext)
Deprecated. The Logging Service has been deprecated. Use AlertUtil.sendNotification(Document
doc, SessionContextInterface sessionContext, MailServiceInterface mailService) |
static void |
AlertUtil.notify(org.w3c.dom.Document doc,
LoggerInterface logger,
SessionContextInterface sessionContext,
com.sas.svcs.mail.client.MailServiceInterface mailService)
Deprecated. The Logging Service has been deprecated. Use AlertUtil.sendNotification(Document
doc, SessionContextInterface sessionContext, MailServiceInterface mailService) |
void |
AlertTransportInterface.setLogger(LoggerInterface logger)
Deprecated. The Logging Service has been deprecated. Use Log4J directly instead of calling this method to get the Logging Service logger. |
Uses of LoggerInterface in com.sas.services.session |
---|
Methods in com.sas.services.session that return LoggerInterface | |
---|---|
LoggerInterface |
SessionContextInterface.getLogger()
Deprecated. The Logging Service has been deprecated. Use Log4J directly instead of calling this method to get the Logging Service logger. |
Uses of LoggerInterface in com.sas.services.user |
---|
Methods in com.sas.services.user that return LoggerInterface | |
---|---|
LoggerInterface |
UserContextInterface.getLogger()
Get the LoggerInterface for this user. |
LoggerInterface |
UserContext.getLogger()
Deprecated. The Logging Service classes have been deprecated. use Log4J directly. |
Methods in com.sas.services.user with parameters of type LoggerInterface | |
---|---|
void |
LogChangeListener.logChangeEvent(LoggerInterface logger)
Deprecated. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |