Package org.apache.commons.logging

Examples of org.apache.commons.logging.Log.info()


        e.setTasks(tasks);

        // Note the ordering; explicitly set, to check that ordering does
        // take place.
        log.info("Executing task Fixture #2.");
        log.info("Executing task Fixture #1.");
        log.info("Executed 2 tasks \\(in \\d+ milliseconds\\)\\.");
        logControl.setMatcher(new RegexpMatcher());

        replayControls();
View Full Code Here


        // Note the ordering; explicitly set, to check that ordering does
        // take place.
        log.info("Executing task Fixture #2.");
        log.info("Executing task Fixture #1.");
        log.info("Executed 2 tasks \\(in \\d+ milliseconds\\)\\.");
        logControl.setMatcher(new RegexpMatcher());

        replayControls();

        e.run();
View Full Code Here

    }

    private void logEnvInfo() {
       try {
          Log log = LogFactory.getLog(Log4jService.class);
          log.info("----------------------------------------------");
          log.info("Started Logging Service");
          if (log.isDebugEnabled()) {
              log.debug("Log4jService created with configFileName=" + this.configurationFile + ", refreshPeriodSeconds=" + this.refreshPeriod);
          }
          log.info("Runtime Information:");
View Full Code Here

    private void logEnvInfo() {
       try {
          Log log = LogFactory.getLog(Log4jService.class);
          log.info("----------------------------------------------");
          log.info("Started Logging Service");
          if (log.isDebugEnabled()) {
              log.debug("Log4jService created with configFileName=" + this.configurationFile + ", refreshPeriodSeconds=" + this.refreshPeriod);
          }
          log.info("Runtime Information:");
          log.info("  Install Directory = " + DirectoryUtils.getGeronimoInstallDirectory().toString());
View Full Code Here

          log.info("----------------------------------------------");
          log.info("Started Logging Service");
          if (log.isDebugEnabled()) {
              log.debug("Log4jService created with configFileName=" + this.configurationFile + ", refreshPeriodSeconds=" + this.refreshPeriod);
          }
          log.info("Runtime Information:");
          log.info("  Install Directory = " + DirectoryUtils.getGeronimoInstallDirectory().toString());
          log.info("  JVM in use = " + JvmVendor.getJvmInfo());
          log.info("Java Information:");
          log.info("  System property [java.runtime.name]  = " + System.getProperty("java.runtime.name"));
          log.info("  System property [java.runtime.version]  = " + System.getProperty("java.runtime.version"));
View Full Code Here

          log.info("Started Logging Service");
          if (log.isDebugEnabled()) {
              log.debug("Log4jService created with configFileName=" + this.configurationFile + ", refreshPeriodSeconds=" + this.refreshPeriod);
          }
          log.info("Runtime Information:");
          log.info("  Install Directory = " + DirectoryUtils.getGeronimoInstallDirectory().toString());
          log.info("  JVM in use = " + JvmVendor.getJvmInfo());
          log.info("Java Information:");
          log.info("  System property [java.runtime.name]  = " + System.getProperty("java.runtime.name"));
          log.info("  System property [java.runtime.version]  = " + System.getProperty("java.runtime.version"));
          log.info("  System property [os.name]             = " + System.getProperty("os.name"));
View Full Code Here

          if (log.isDebugEnabled()) {
              log.debug("Log4jService created with configFileName=" + this.configurationFile + ", refreshPeriodSeconds=" + this.refreshPeriod);
          }
          log.info("Runtime Information:");
          log.info("  Install Directory = " + DirectoryUtils.getGeronimoInstallDirectory().toString());
          log.info("  JVM in use = " + JvmVendor.getJvmInfo());
          log.info("Java Information:");
          log.info("  System property [java.runtime.name]  = " + System.getProperty("java.runtime.name"));
          log.info("  System property [java.runtime.version]  = " + System.getProperty("java.runtime.version"));
          log.info("  System property [os.name]             = " + System.getProperty("os.name"));
          log.info("  System property [os.version]          = " + System.getProperty("os.version"));
View Full Code Here

              log.debug("Log4jService created with configFileName=" + this.configurationFile + ", refreshPeriodSeconds=" + this.refreshPeriod);
          }
          log.info("Runtime Information:");
          log.info("  Install Directory = " + DirectoryUtils.getGeronimoInstallDirectory().toString());
          log.info("  JVM in use = " + JvmVendor.getJvmInfo());
          log.info("Java Information:");
          log.info("  System property [java.runtime.name]  = " + System.getProperty("java.runtime.name"));
          log.info("  System property [java.runtime.version]  = " + System.getProperty("java.runtime.version"));
          log.info("  System property [os.name]             = " + System.getProperty("os.name"));
          log.info("  System property [os.version]          = " + System.getProperty("os.version"));
          log.info("  System property [sun.os.patch.level]  = " + System.getProperty("sun.os.patch.level"));
View Full Code Here

          }
          log.info("Runtime Information:");
          log.info("  Install Directory = " + DirectoryUtils.getGeronimoInstallDirectory().toString());
          log.info("  JVM in use = " + JvmVendor.getJvmInfo());
          log.info("Java Information:");
          log.info("  System property [java.runtime.name]  = " + System.getProperty("java.runtime.name"));
          log.info("  System property [java.runtime.version]  = " + System.getProperty("java.runtime.version"));
          log.info("  System property [os.name]             = " + System.getProperty("os.name"));
          log.info("  System property [os.version]          = " + System.getProperty("os.version"));
          log.info("  System property [sun.os.patch.level]  = " + System.getProperty("sun.os.patch.level"));
          log.info("  System property [os.arch]             = " + System.getProperty("os.arch"));
View Full Code Here

          log.info("Runtime Information:");
          log.info("  Install Directory = " + DirectoryUtils.getGeronimoInstallDirectory().toString());
          log.info("  JVM in use = " + JvmVendor.getJvmInfo());
          log.info("Java Information:");
          log.info("  System property [java.runtime.name]  = " + System.getProperty("java.runtime.name"));
          log.info("  System property [java.runtime.version]  = " + System.getProperty("java.runtime.version"));
          log.info("  System property [os.name]             = " + System.getProperty("os.name"));
          log.info("  System property [os.version]          = " + System.getProperty("os.version"));
          log.info("  System property [sun.os.patch.level]  = " + System.getProperty("sun.os.patch.level"));
          log.info("  System property [os.arch]             = " + System.getProperty("os.arch"));
          log.info("  System property [java.class.version]  = " + System.getProperty("java.class.version"));
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.