All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.switchyard.admin.AdminLogger Maven / Gradle / Ivy

package org.switchyard.admin;

import org.jboss.logging.Logger;

import org.jboss.logging.annotations.MessageLogger;
/**
 * 

* This file is using the subset 10600-10799 for logger messages. *

* */ @MessageLogger(projectCode = "SWITCHYARD") public interface AdminLogger { /** * A root logger with the category of the package name. */ AdminLogger ROOT_LOGGER = Logger.getMessageLogger(AdminLogger.class, AdminLogger.class.getPackage().getName()); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy