You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package org.xing.logger;
|
|
|
|
import java.util.Map;
|
|
|
|
/**
|
|
* Created by Administrator on 2016/12/29 0029.
|
|
*/
|
|
|
|
public interface Log {
|
|
boolean log(Map<String, Object> params);
|
|
}
|