Package org.springframework.amqp.rabbit.log4j.service

Examples of org.springframework.amqp.rabbit.log4j.service.AbstractService.logError()


        service.logWarn(randomMessage);
        countWarn++;
        break;
      case 3:
        // ERROR
        service.logError(randomMessage);
        countError++;
        break;
      }
    }
    return String.format("%d random logs [%d for %s, %d for %s]: INFO - %d, DEBUG - %d, WARN - %d, ERROR - %d", count,
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.