org.frameworkset.log.BaseLogger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-core Show documentation
Show all versions of bboss-core Show documentation
bboss is a j2ee framework include aop/ioc,mvc,persistent,taglib,rpc,event ,bean-xml serializable and so on.http://www.bbossgroups.com
package org.frameworkset.log;
/**
*
* Title: BaseLogger.java
*
* Description:
*
* Copyright (c) 2009
*
* bboss workgroup
* @Date 2009-11-16
* @author biaoping.yin
* @version 1.0
*/
public interface BaseLogger {
void logBasic(String subject, String log);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy