
org.jboss.jbossts.star.logging.RESTATLogger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of restat-util Show documentation
Show all versions of restat-util Show documentation
Utility methods to make it easy to conform to the RESTAT specification
/*
Copyright The Narayana Authors
SPDX-License-Identifier: Apache-2.0
*/
package org.jboss.jbossts.star.logging;
import org.jboss.logging.Logger;
public final class RESTATLogger {
private RESTATLogger() {
}
public static final Logger logger = Logger.getLogger("org.jboss.jbossts.star.logging");
public static final atI18NLogger atI18NLogger = Logger.getMessageLogger(atI18NLogger.class, "org.jboss.jbossts.star.logging");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy