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

com.arjuna.mw.wscf.logging.wscfLogger Maven / Gradle / Ivy

The newest version!
/*
   Copyright The Narayana Authors
   SPDX-License-Identifier: Apache-2.0
 */



package com.arjuna.mw.wscf.logging;

import org.jboss.logging.Logger;

public class wscfLogger
{
    public static final Logger logger = Logger.getLogger("com.arjuna.ws.wscf");
    public static final wscfI18NLogger i18NLogger = Logger.getMessageLogger(wscfI18NLogger.class, "com.arjuna.ws.wscf");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy