blob: 3f3413fab587ce82bceda338531b46556f45bdd5 [file] [log] [blame]
package org.apache.amaterasu.common.logging;
import org.slf4j.Logger;
/**
* Created by Eran Bartenstein (p765790) on 5/11/18.
*/
public abstract class Logging extends KLogging {
protected Logger log = getLog();
}