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

com.xiaoleilu.hutool.log.AbstractLocationAwareLog Maven / Gradle / Ivy

package com.xiaoleilu.hutool.log;

/**
 * 抽象定位感知日志实现
* @author Looly * */ public abstract class AbstractLocationAwareLog extends AbstractLog implements LocationAwareLog{ private static final long serialVersionUID = -5529674971846264145L; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy