From 50ae0df3e798de0338db01edae6d60bf5e043863 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Fri, 26 Feb 2021 14:58:28 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E7=BB=88=E7=89=881.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/eFmt.hrl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/eFmt.hrl b/include/eFmt.hrl index 2687134..c86013d 100644 --- a/include/eFmt.hrl +++ b/include/eFmt.hrl @@ -1,5 +1,5 @@ %% pretty 模式下 每行打印的字符数 --define(LineCCnt, 120). +-define(LineCCnt, 20). -define(base(Precision), case Precision of none -> 10; _ -> Precision end). %% 三元表达式 @@ -16,4 +16,6 @@ , strings :: boolean() %% 如果存在修饰符l,则将 string设置为false。 }). +-define(log(Args), io:format("IMY**********~w~n", [Args])). +