SOAj Core v. 1.3


Uses of Class
info.soaj.core.plugin.SjAbstractPluginLogging

Packages that use SjAbstractPluginLogging
info.soaj.core.plugin   
info.soaj.core.util   
info.soaj.core.util.internal   
 

Uses of SjAbstractPluginLogging in info.soaj.core.plugin
 

Subclasses of SjAbstractPluginLogging in info.soaj.core.plugin
 class SjPluginLoggingJdk
           This SOAj plugin supports logging using the Java JDK.
 class SjPluginLoggingSystemOut
           This SOAj plugin supports logging via System Out when no logging plugin is available.
 

Uses of SjAbstractPluginLogging in info.soaj.core.util
 

Methods in info.soaj.core.util that return SjAbstractPluginLogging
static SjAbstractPluginLogging SjGeneralStore.createPluginForLogging()
          This convenience method returns a logging plugin instance.
 

Uses of SjAbstractPluginLogging in info.soaj.core.util.internal
 

Methods in info.soaj.core.util.internal with parameters of type SjAbstractPluginLogging
private static void SjUtilThrowable.logException(SjBaseCoreRuntimeException baseRuntimeException, SjAbstractPluginLogging loggingPlugin)
           
private static void SjUtilThrowable.logOut(SjBaseCoreRuntimeException baseRuntimeException, SjAbstractPluginLogging logThrowablePlugin, SjAbstractPluginEmail emailPlugin)
          This method unwraps the throwable to determine what should be logged and/or emailed.
static void SjUtilThrowable.logThrowable(SjBaseCoreRuntimeException baseRuntimeException, SjAbstractPluginLogging logThrowablePlugin)
          This overloaded method processes both self-logging and self-emailing while requiring the logging plugin as an argument, or null.
static void SjUtilThrowable.logThrowable(SjBaseCoreRuntimeException baseRuntimeException, SjAbstractPluginLogging logThrowablePlugin, SjAbstractPluginEmail emailPlugin)
          This overloaded method processes both self-logging and self-emailing while requiring the logging and email plugins as an argument, or null.
 


SOAj Core v. 1.3


Copyright (c) 2006 - 2009 by Global Technology Consulting Group, Inc. at gtcGroup.com.
Use is authorized, provided the source is acknowledged by inclusion of this copyright notice.