Tabnine Logo
ServiceResources.getLogger
Code IndexAdd Tabnine to your IDE (free)

How to use
getLogger
method
in
org.apache.tapestry5.ioc.ServiceResources

Best Java code snippets using org.apache.tapestry5.ioc.ServiceResources.getLogger (Showing top 6 results out of 315)

origin: apache/tapestry-5

protected final void train_getLogger(ServiceResources resources, Logger log)
{
  expect(resources.getLogger()).andReturn(log).atLeastOnce();
}
origin: org.apache.tapestry/tapestry-ioc

protected final void train_getLogger(ServiceResources resources, Logger log)
{
  expect(resources.getLogger()).andReturn(log).atLeastOnce();
}
origin: org.apache.tapestry/tapestry-ioc

public AbstractMethodInvokingInstrumenter(ModuleBuilderSource moduleSource, Method method,
                     ServiceResources resources, PlasticProxyFactory proxyFactory)
{
  this.moduleSource = moduleSource;
  this.method = method;
  this.resources = resources;
  this.proxyFactory = proxyFactory;
  serviceId = resources.getServiceId();
  resourcesDefaults.put(String.class, serviceId);
  resourcesDefaults.put(ObjectLocator.class, resources);
  resourcesDefaults.put(ServiceResources.class, resources);
  logger = resources.getLogger();
  resourcesDefaults.put(Logger.class, logger);
  serviceInterface = resources.getServiceInterface();
  resourcesDefaults.put(Class.class, serviceInterface);
  resourcesDefaults.put(OperationTracker.class, resources.getTracker());
}
origin: apache/tapestry-5

public AbstractMethodInvokingInstrumenter(ModuleBuilderSource moduleSource, Method method,
                     ServiceResources resources, PlasticProxyFactory proxyFactory)
{
  this.moduleSource = moduleSource;
  this.method = method;
  this.resources = resources;
  this.proxyFactory = proxyFactory;
  serviceId = resources.getServiceId();
  resourcesDefaults.put(String.class, serviceId);
  resourcesDefaults.put(ObjectLocator.class, resources);
  resourcesDefaults.put(ServiceResources.class, resources);
  logger = resources.getLogger();
  resourcesDefaults.put(Logger.class, logger);
  serviceInterface = resources.getServiceInterface();
  resourcesDefaults.put(Class.class, serviceInterface);
  resourcesDefaults.put(OperationTracker.class, resources.getTracker());
}
origin: org.apache.tapestry/tapestry-ioc

resourceMap.put(Logger.class, resources.getLogger());
origin: apache/tapestry-5

resourceMap.put(Logger.class, resources.getLogger());
org.apache.tapestry5.iocServiceResourcesgetLogger

Javadoc

Returns a Logger appropriate for logging messages. This includes debug level messages about the creation and configuration of the underlying service, as well as debug, warning, or error level messages from the service itself. Often service interceptors will make use of the service's logger.

Popular methods of ServiceResources

  • getServiceId
    Returns the fully qualified id of the service.
  • getServiceInterface
    Returns the service interface implemented by the service.
  • getTracker
    Returns an object that can be used to track operations related to constructing, configuring, decorat
  • autobuild
  • getService
  • getServiceImplementation
    Returns the service implementation.

Popular in Java

  • Reading from database using SQL prepared statement
  • startActivity (Activity)
  • requestLocationUpdates (LocationManager)
  • setContentView (Activity)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • JPanel (javax.swing)
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now