org.springframework.boot.logging.LoggingInitializationContext#ch.qos.logback.core.CoreConstants源码实例Demo

下面列出了org.springframework.boot.logging.LoggingInitializationContext#ch.qos.logback.core.CoreConstants 实例代码,或者点击链接到github查看源代码,也可以在右侧发表评论。

源代码1 项目: ns4_frame   文件: NSThrowableConvert.java
private void recursiveAppend(StringBuilder sb, String prefix, int indent, IThrowableProxy tp) {
    if(tp == null)
        return;
    subjoinFirstLine(sb, prefix, indent, tp);
    sb.append(CoreConstants.LINE_SEPARATOR);
    subjoinSTEPArray(sb, indent, tp);
    IThrowableProxy[] suppressed = tp.getSuppressed();
    if(suppressed != null) {
        for(IThrowableProxy current : suppressed) {
            recursiveAppend(sb, CoreConstants.SUPPRESSED, indent + ThrowableProxyUtil.SUPPRESSED_EXCEPTION_INDENT, current);
        }
    }
    recursiveAppend(sb, CoreConstants.CAUSED_BY, indent, tp.getCause());
}
 
源代码2 项目: FimiX8-RE   文件: AckUpdateCurrentProgress.java
public String toString() {
    StringBuffer updateCurrentProgressEntityStr = new StringBuffer();
    for (UpdateCurrentProgressEntity updateCurrentProgressEntity : this.updateCurrentProgressEntitys) {
        updateCurrentProgressEntityStr.append("updateCurrentProgressEntity:" + updateCurrentProgressEntity.toString());
    }
    return "AckUpdateCurrentProgress{deviceNumber=" + this.deviceNumber + ", updateCurrentProgressEntitys=" + updateCurrentProgressEntityStr.toString() + CoreConstants.CURLY_RIGHT;
}
 
源代码3 项目: ns4_frame   文件: NSThrowableConvert.java
@Override
public void subjoinSTEPArray(StringBuilder buf, int indent, IThrowableProxy tp) {
    String totalKey = LogKey.getTotalKey();
    StackTraceElementProxy[] stepArray = tp.getStackTraceElementProxyArray();
    int commonFrames = tp.getCommonFrames();

    boolean unrestrictedPrinting = Integer.MAX_VALUE > stepArray.length;


    int maxIndex = (unrestrictedPrinting) ? stepArray.length : Integer.MAX_VALUE;
    if (commonFrames > 0 && unrestrictedPrinting) {
        maxIndex -= commonFrames;
    }

    for (int i = 0; i < maxIndex; i++) {
        buf.append(totalKey);
        ThrowableProxyUtil.indent(buf, indent);
        buf.append(stepArray[i]);
        extraData(buf, stepArray[i]); // allow other data to be added
        buf.append(CoreConstants.LINE_SEPARATOR);
    }

    if (commonFrames > 0 && unrestrictedPrinting) {
        buf.append(totalKey);
        ThrowableProxyUtil.indent(buf, indent);
        buf.append("... ").append(tp.getCommonFrames()).append(
                " common frames omitted").append(CoreConstants.LINE_SEPARATOR);
    }
}
 
源代码4 项目: FimiX8-RE   文件: UpfirewareDto.java
public String toString() {
    return "UpfirewareDto{type=" + this.type + ", sysNameI18N='" + this.sysNameI18N.toString() + CoreConstants.SINGLE_QUOTE_CHAR + ", updateContentI18N='" + this.updateContentI18N.toString() + CoreConstants.SINGLE_QUOTE_CHAR + ", logicVersion=" + this.logicVersion + ", userVersion='" + this.userVersion + CoreConstants.SINGLE_QUOTE_CHAR + ", fileUrl='" + this.fileUrl + CoreConstants.SINGLE_QUOTE_CHAR + ", fileSize=" + this.fileSize + ", fileEncode='" + this.fileEncode + CoreConstants.SINGLE_QUOTE_CHAR + ", status='" + this.status + CoreConstants.SINGLE_QUOTE_CHAR + ", model=" + this.model + ", pushFireType=" + this.pushFireType + ", forceSign='" + this.forceSign + CoreConstants.SINGLE_QUOTE_CHAR + ", startVersion=" + this.startVersion + ", endVersion=" + this.endVersion + ", updateResult='" + this.updateResult + CoreConstants.SINGLE_QUOTE_CHAR + ", downResult='" + this.downResult + CoreConstants.SINGLE_QUOTE_CHAR + ", forceOta='" + this.forceOta + CoreConstants.SINGLE_QUOTE_CHAR + CoreConstants.CURLY_RIGHT;
}
 
源代码5 项目: FimiX8-RE   文件: Download.java
public String toString() {
    return "Download{fileEncode='" + this.fileEncode + CoreConstants.SINGLE_QUOTE_CHAR + ", forceSign='" + this.forceSign + CoreConstants.SINGLE_QUOTE_CHAR + ", sysid='" + this.sysid + CoreConstants.SINGLE_QUOTE_CHAR + ", newVersion='" + this.newVersion + CoreConstants.SINGLE_QUOTE_CHAR + ", pushFireType='" + this.pushFireType + CoreConstants.SINGLE_QUOTE_CHAR + ", sysname='" + this.sysname + CoreConstants.SINGLE_QUOTE_CHAR + ", updcontents='" + this.updcontents + CoreConstants.SINGLE_QUOTE_CHAR + ", modelID='" + this.modelID + CoreConstants.SINGLE_QUOTE_CHAR + ", status='" + this.status + CoreConstants.SINGLE_QUOTE_CHAR + ", url='" + this.url + CoreConstants.SINGLE_QUOTE_CHAR + CoreConstants.CURLY_RIGHT;
}
 
源代码6 项目: FimiX8-RE   文件: AppSetting.java
public String toString() {
    return "AppSetting{key='" + this.key + CoreConstants.SINGLE_QUOTE_CHAR + ", value='" + this.value + CoreConstants.SINGLE_QUOTE_CHAR + CoreConstants.CURLY_RIGHT;
}
 
源代码7 项目: FimiX8-RE   文件: DataStatistics.java
public String toString() {
    return "DataStatistics{appType='" + this.appType + CoreConstants.SINGLE_QUOTE_CHAR + ", userId='" + this.userId + CoreConstants.SINGLE_QUOTE_CHAR + ", handleVersion='" + this.handleVersion + CoreConstants.SINGLE_QUOTE_CHAR + ", gimbalVersion='" + this.gimbalVersion + CoreConstants.SINGLE_QUOTE_CHAR + ", useTime='" + this.useTime + CoreConstants.SINGLE_QUOTE_CHAR + ", longitude='" + this.longitude + CoreConstants.SINGLE_QUOTE_CHAR + ", latitude='" + this.latitude + CoreConstants.SINGLE_QUOTE_CHAR + ", productModel='" + this.productModel + CoreConstants.SINGLE_QUOTE_CHAR + ", sysVersion='" + this.sysVersion + CoreConstants.SINGLE_QUOTE_CHAR + ", mcuVersion='" + this.mcuVersion + CoreConstants.SINGLE_QUOTE_CHAR + ", flyTime='" + this.flyTime + CoreConstants.SINGLE_QUOTE_CHAR + ", flyDistance='" + this.flyDistance + CoreConstants.SINGLE_QUOTE_CHAR + ", flyHeight='" + this.flyHeight + CoreConstants.SINGLE_QUOTE_CHAR + ", createTime='" + this.createTime + CoreConstants.SINGLE_QUOTE_CHAR + CoreConstants.CURLY_RIGHT;
}
 
源代码8 项目: FimiX8-RE   文件: NetModel.java
public String toString() {
    return "NetModel{errCode='" + this.errCode + CoreConstants.SINGLE_QUOTE_CHAR + ", success=" + this.success + ", data=" + this.data + ", errMsg='" + this.errMsg + CoreConstants.SINGLE_QUOTE_CHAR + CoreConstants.CURLY_RIGHT;
}
 
源代码9 项目: FimiX8-RE   文件: MediaModel.java
public String toString() {
    return "MediaModel{name='" + this.name + CoreConstants.SINGLE_QUOTE_CHAR + ", createDate=" + this.createDate + ", formatDate='" + this.formatDate + CoreConstants.SINGLE_QUOTE_CHAR + ", fileLocalPath='" + this.fileLocalPath + CoreConstants.SINGLE_QUOTE_CHAR + ", thumLocalFilePath='" + this.thumLocalFilePath + CoreConstants.SINGLE_QUOTE_CHAR + ", fileUrl='" + this.fileUrl + CoreConstants.SINGLE_QUOTE_CHAR + ", thumFileUrl='" + this.thumFileUrl + CoreConstants.SINGLE_QUOTE_CHAR + ", isVideo=" + this.isVideo + ", downLoadOriginalPath='" + this.downLoadOriginalPath + CoreConstants.SINGLE_QUOTE_CHAR + ", downLoadSmallPath='" + this.downLoadSmallPath + CoreConstants.SINGLE_QUOTE_CHAR + ", fileSize=" + this.fileSize + ", isDownLoadOriginalFile=" + this.isDownLoadOriginalFile + ", isDownloadFail=" + this.isDownloadFail + ", isDownLoadSmallFile=" + this.isDownLoadSmallFile + ", isDownLoadThum=" + this.isDownLoadThum + ", isCategory=" + this.isCategory + ", isSelect=" + this.isSelect + ", videoDuration='" + this.videoDuration + CoreConstants.SINGLE_QUOTE_CHAR + ", isLoadThulm=" + this.isLoadThulm + ", isHeadView=" + this.isHeadView + ", itemPosition=" + this.itemPosition + ", md5='" + this.md5 + CoreConstants.SINGLE_QUOTE_CHAR + ", downloading=" + this.downloading + ", progress=" + this.progress + ", downloadName='" + this.downloadName + CoreConstants.SINGLE_QUOTE_CHAR + ", isStop=" + this.isStop + ", total=" + this.total + ", isDownloadFinish=" + this.isDownloadFinish + ", thumSize=" + this.thumSize + ", thumName='" + this.thumName + CoreConstants.SINGLE_QUOTE_CHAR + ", localFileDir='" + this.localFileDir + CoreConstants.SINGLE_QUOTE_CHAR + ", localThumFileDir='" + this.localThumFileDir + CoreConstants.SINGLE_QUOTE_CHAR + CoreConstants.CURLY_RIGHT;
}
 
源代码10 项目: FimiX8-RE   文件: X8PressureGpsInfo.java
public String toString() {
    return "X8PressureGpsInfo{hasPressure=" + this.hasPressure + ", hasLocation=" + this.hasLocation + ", hPa=" + this.hPa + ", mLongitude=" + this.mLongitude + ", mLatitude=" + this.mLatitude + ", mAltitude=" + this.mAltitude + ", mHorizontalAccuracyMeters=" + this.mHorizontalAccuracyMeters + ", mVerticalAccuracyMeters=" + this.mVerticalAccuracyMeters + ", mSpeed=" + this.mSpeed + ", mBearing=" + this.mBearing + CoreConstants.CURLY_RIGHT;
}
 
源代码11 项目: FimiX8-RE   文件: X8DownLoadTask.java
public String toString() {
    return "X8DownLoadTask{fileName='" + this.fileName + CoreConstants.SINGLE_QUOTE_CHAR + ", offSet=" + this.offSet + ", fileLen=" + this.fileLen + ", x8DownLoadCmd=" + this.x8DownLoadCmd + CoreConstants.CURLY_RIGHT;
}
 
源代码12 项目: FimiX8-RE   文件: PhotoSubParamItemEntity.java
public String toString() {
    return "PhotoSubParamItemEntity{paramKey='" + this.paramKey + CoreConstants.SINGLE_QUOTE_CHAR + ", paramValue='" + this.paramValue + CoreConstants.SINGLE_QUOTE_CHAR + ", options=" + this.options + ", titleName='" + this.titleName + CoreConstants.SINGLE_QUOTE_CHAR + ", optionMap=" + this.optionMap.toString() + ", iselected=" + this.iselected + CoreConstants.CURLY_RIGHT;
}
 
源代码13 项目: FimiX8-RE   文件: X8ErrorCode.java
public String toString() {
    return "X8ErrorCode{level=" + this.level + ", title='" + this.title + CoreConstants.SINGLE_QUOTE_CHAR + ", detail='" + this.detail + CoreConstants.SINGLE_QUOTE_CHAR + ", bgId=" + this.bgId + ", titleImgId=" + this.titleImgId + ", speakStr='" + this.speakStr + CoreConstants.SINGLE_QUOTE_CHAR + ", isShow=" + this.isShow + CoreConstants.CURLY_RIGHT;
}
 
源代码14 项目: FimiX8-RE   文件: MapPointLatLng.java
public String toString() {
    return "MapPointLatLng{latitude=" + this.latitude + ", longitude=" + this.longitude + ", isSelect=" + this.isSelect + ", distance=" + this.distance + ", altitude=" + this.altitude + ", angle=" + this.angle + ", showAngle=" + this.showAngle + ", nPos=" + this.nPos + ", isMapPoint=" + this.isMapPoint + ", isIntertestPoint=" + this.isIntertestPoint + ", isInrertestPointActive=" + this.isInrertestPointActive + ", action=" + this.action + ", isActionSave=" + this.isActionSave + ", mInrertestPoint=" + this.mInrertestPoint + ", pointList=" + this.pointList + ", yawMode=" + this.yawMode + ", roration=" + this.roration + CoreConstants.CURLY_RIGHT;
}
 
源代码15 项目: FimiX8-RE   文件: X8FmMediaInfo.java
public String toString() {
    return "X8FmMediaInfo{name='" + this.name + CoreConstants.SINGLE_QUOTE_CHAR + ", duration='" + this.duration + CoreConstants.SINGLE_QUOTE_CHAR + ", path='" + this.path + CoreConstants.SINGLE_QUOTE_CHAR + CoreConstants.CURLY_RIGHT;
}
 
源代码16 项目: FimiX8-RE   文件: UpdateDateMessage.java
public String toString() {
    return "UpdateDateMessage{msgLen=" + this.msgLen + ", faultMessage=" + this.faultMessage + ", fileOffset=" + this.fileOffset + CoreConstants.CURLY_RIGHT;
}
 
源代码17 项目: FimiX8-RE   文件: JsonMessage.java
public String toString() {
    return "JsonMessage{msg_id=" + this.msg_id + ", jsonRt=" + this.jsonRt.toJSONString() + ", uiCallBackListener=" + this.uiCallBackListener + CoreConstants.CURLY_RIGHT;
}
 
源代码18 项目: FimiX8-RE   文件: CmdResult.java
public String toString() {
    return "CmdResult{isSuccess=" + this.isSuccess + ", errCode=" + this.errCode + ", descption=" + this.descption + ", errDes='" + this.errDes + CoreConstants.SINGLE_QUOTE_CHAR + CoreConstants.CURLY_RIGHT;
}
 
源代码19 项目: FimiX8-RE   文件: PercentLayoutHelper.java
public String toString() {
    return "PercentVal{percent=" + this.percent + ", isBaseWidth=" + this.isBaseWidth + CoreConstants.CURLY_RIGHT;
}
 
源代码20 项目: FimiX8-RE   文件: PercentLayoutHelper.java
public String toString() {
    return "PercentLayoutInfo{widthPercent=" + this.widthPercent + ", heightPercent=" + this.heightPercent + ", leftMarginPercent=" + this.leftMarginPercent + ", topMarginPercent=" + this.topMarginPercent + ", rightMarginPercent=" + this.rightMarginPercent + ", bottomMarginPercent=" + this.bottomMarginPercent + ", startMarginPercent=" + this.startMarginPercent + ", endMarginPercent=" + this.endMarginPercent + ", textSizePercent=" + this.textSizePercent + ", maxWidthPercent=" + this.maxWidthPercent + ", maxHeightPercent=" + this.maxHeightPercent + ", minWidthPercent=" + this.minWidthPercent + ", minHeightPercent=" + this.minHeightPercent + ", paddingLeftPercent=" + this.paddingLeftPercent + ", paddingRightPercent=" + this.paddingRightPercent + ", paddingTopPercent=" + this.paddingTopPercent + ", paddingBottomPercent=" + this.paddingBottomPercent + ", mPreservedParams=" + this.mPreservedParams + CoreConstants.CURLY_RIGHT;
}
 
源代码21 项目: FimiX8-RE   文件: X8AiLinePointInfo.java
public String toString() {
    return "X8AiLinePointInfo{id=" + this.id + ", time=" + this.time + ", name='" + this.name + CoreConstants.SINGLE_QUOTE_CHAR + ", type=" + this.type + ", speed=" + this.speed + ", saveFlag=" + this.saveFlag + ", distance=" + this.distance + ", isCurve=" + this.isCurve + ", mapType=" + this.mapType + ", runByMapOrVedio=" + this.runByMapOrVedio + CoreConstants.CURLY_RIGHT;
}
 
源代码22 项目: FimiX8-RE   文件: LocalFwEntity.java
public String toString() {
    return "LocalFwEntity{type=" + this.type + ", model=" + this.model + ", logicVersion=" + this.logicVersion + ", userVersion='" + this.userVersion + CoreConstants.SINGLE_QUOTE_CHAR + CoreConstants.CURLY_RIGHT;
}
 
源代码23 项目: FimiX8-RE   文件: X8ErrorCodeInfo.java
public String toString() {
    return "X8ErrorCodeInfo{type=" + this.type + ", index=" + this.index + CoreConstants.CURLY_RIGHT;
}
 
源代码24 项目: FimiX8-RE   文件: ConectState.java
public String toString() {
    return "ConectState{isConnectDrone=" + this.isConnectDrone + ", isConnectRelay=" + this.isConnectRelay + ", isCameraConnect=" + this.isCameraConnect + CoreConstants.CURLY_RIGHT;
}
 
源代码25 项目: FimiX8-RE   文件: UpdateCurrentProgressEntity.java
public String toString() {
    return "UpdateCurrentProgressEntity{devTargetID=" + this.devTargetID + ", devModuleID=" + this.devModuleID + ", msgModuleID=" + this.msgModuleID + ", stage=" + this.stage + ", schedule=" + this.schedule + ", result=" + this.result + CoreConstants.CURLY_RIGHT;
}
 
源代码26 项目: FimiX8-RE   文件: ErrorCodeBean.java
public String toString() {
    return "ActionBean{speaking=" + this.speaking + ", vibrating=" + this.vibrating + ", GroupID='" + this.GroupID + CoreConstants.SINGLE_QUOTE_CHAR + ", Label='" + this.Label + CoreConstants.SINGLE_QUOTE_CHAR + ", OffsetBit=" + this.OffsetBit + ", Severity=" + this.Severity + ", Text=" + this.Text + ", Speak=" + this.Speak + ", Vibrate=" + this.Vibrate + ", IsInFlight=" + this.IsInFlight + ", Value=" + this.Value + CoreConstants.CURLY_RIGHT;
}
 
源代码27 项目: FimiX8-RE   文件: ErrorCodeBean.java
public String toString() {
    return "ConstraintBit{GroupID='" + this.GroupID + CoreConstants.SINGLE_QUOTE_CHAR + ", BitOffset=" + this.BitOffset + ", Value=" + this.Value + CoreConstants.CURLY_RIGHT;
}
 
源代码28 项目: FimiX8-RE   文件: ErrorCodeBean.java
public String toString() {
    return "VersionBean{Format='" + this.Format + CoreConstants.SINGLE_QUOTE_CHAR + ", Content='" + this.Content + CoreConstants.SINGLE_QUOTE_CHAR + CoreConstants.CURLY_RIGHT;
}
 
源代码29 项目: FimiX8-RE   文件: ErrorCodeBean.java
public String toString() {
    return "ErrorCodeBean{Version=" + this.Version + ", Configs=" + this.Configs + CoreConstants.CURLY_RIGHT;
}
 
源代码30 项目: FimiX8-RE   文件: FwType.java
public String toString() {
    return "FwType{devTargetId=" + this.devTargetId + ", devMouduleId=" + this.devMouduleId + ", msgModuleId=" + this.msgModuleId + CoreConstants.CURLY_RIGHT;
}