feat: 添加日志打印器.

This commit is contained in:
lijiahang
2023-06-29 13:48:11 +08:00
parent c4cf34330b
commit c0d3b26c76
15 changed files with 668 additions and 165 deletions

View File

@@ -9,7 +9,7 @@ import java.lang.annotation.*;
* @version 1.0.0
* @since 2022/4/20 10:33
*/
@Target({ElementType.METHOD})
@Target({ElementType.METHOD, ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface IgnoreLog {

View File

@@ -28,7 +28,7 @@ package com.orion.ops.framework.common.utils;
* \033[?25l 隐藏光标
* \033[?25h 显示光标
* <p>
* TODO 后续直接使用kit
* FIXME KIT
*
* @author Jiahang Li
* @version 1.0.0