src/main/java/com/aliyun/openservices/log/common/ConfigInputDetail.java [52:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		super();
		this.logType = Consts.CONST_CONFIG_LOGTYPE_COMMON;
		this.logPath = logPath;
		this.filePattern = filePattern;
		this.logType = logType;
		this.logBeginRegex = logBeginRegex;
		this.regex = regex;
		SetKey(key);
		this.timeFormat = timeFormat;
		this.localStorage = localStorage;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/aliyun/openservices/log/common/ConfigInputDetail.java [92:101]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		super();
		this.logType = Consts.CONST_CONFIG_LOGTYPE_COMMON;
		this.logPath = logPath;
		this.filePattern = filePattern;
		this.logType = logType;
		this.logBeginRegex = logBeginRegex;
		this.regex = regex;
		SetKey(key);
		this.timeFormat = timeFormat;
		this.localStorage = localStorage;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



