FormsServiceLogger.java 465 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.fd.forms.internal.logging;

import com.adobe.fd.forms.internal.common.logging.CommonLogger;

public class FormsServiceLogger
extends CommonLogger {
    private static String LOGGING_BUNDLE = "com.adobe.fd.forms.internal.logging.FormsService";

    public FormsServiceLogger(Class clz) {
        super(clz);
    }

    @Override
    protected String getLoggingBundle() {
        return LOGGING_BUNDLE;
    }
}