当前位置:网站首页>Jeecgboot output log, how to use @slf4j
Jeecgboot output log, how to use @slf4j
2022-07-01 03:39:00 【Three person studio】
Go straight to the code :
The basic format
@Slf4j
public class xxxxx {
log.info("xxxxxxxxxxxxxxxxxxx");
}
Dynamic output
@Slf4j
class LogTest {
@Test
void testLog() {
String testInfo = "Free flying flowers are like dreams";
log.info("The test info is :{}", testInfo);
}
}
effect :
springboot Deploy @Slf4j Method and quotation of :
https://blog.csdn.net/cslucifer/article/details/80953400
边栏推荐
- 【伸手党福利】开发人员重装系统顺序
- Appium自动化测试基础 — APPium基本原理
- 多元线性回归
- ASGNet论文和代码解读2
- pytorch中的双线性插值上采样(Bilinear Upsampling)、F.upsample_bilinear
- RSN:Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs
- Kmeans
- 访问阿里云存储的图片URL实现在网页直接预览略缩图而不直接下载
- 4、【WebGIS实战】软件操作篇——数据导入及处理
- The difference between MFC for static libraries and MFC for shared libraries
猜你喜欢

Feature Pyramid Networks for Object Detection论文理解

数据交换 JSON

pytorch中的双线性插值上采样(Bilinear Upsampling)、F.upsample_bilinear

ASGNet论文和代码解读2

Introduction to EtherCAT

Edge Drawing: A combined real-time edge and segment detector 翻译

Complete knapsack problem

监听器 Listener

RSN:Learning to Exploit Long-term Relational Dependencies in Knowledge Graphs

Download and installation configuration of cygwin
随机推荐
10、Scanner. Next() cannot read spaces /indexof -1
Depth first traversal of C implementation Diagram -- non recursive code
Cookie&Session
MFC窗口滚动条用法
ECMAScript 6.0
shell脚本使用两个横杠接收外部参数
Leetcode 31 next spread, leetcode 64 minimum path sum, leetcode 62 different paths, leetcode 78 subset, leetcode 33 search rotation sort array (modify dichotomy)
[small sample segmentation] interpretation of the paper: prior guided feature enrichment network for fee shot segmentation
How to achieve 0 error (s) and 0 warning (s) in keil5
Ultimate dolls 2.0 | encapsulation of cloud native delivery
The method to measure the similarity of two vectors: cosine similarity, pytorch calculate cosine similarity: torch nn. CosineSimilarity(dim=1, eps=1e-08)
Implement pow (x, n) function
线程数据共享和安全 -ThreadLocal
Golang multi graph generation gif
LeetCode 128最长连续序列(哈希set)
雪崩问题以及sentinel的使用
pytorch nn. AdaptiveAvgPool2d(1)
Leetcode:829. Sum of continuous integers
Md5sum operation
还在浪费脑细胞自学吗,这份面试笔记绝对是C站天花板