All Superinterfaces:
BasicLogger
All Known Implementing Classes:
Log_$logger

@MessageLogger(projectCode="ISPN") public interface Log extends BasicLogger
The JBoss Logging interface which defined the logging methods for the CDI integration. The id range for the CDI integration is 17001-18000
Author:
Kevin Pollet <kevin.pollet@serli.com> (C) 2011 SERLI
  • Method Details

    • version

      @LogMessage(level=INFO) @Message(value="Infinispan CDI extension version: %s", id=17001) void version(String version)
    • parameterMustNotBeNull

      @Message(value="%s parameter must not be null", id=17003) IllegalArgumentException parameterMustNotBeNull(String parameterName)