From 1ab02633471e83f75660aa8c0f317626f1bcb276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B7=B3?= <454313500@qq.com> Date: Wed, 6 Mar 2024 18:35:34 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=B7=BB=E5=8A=A0=E5=90=AF=E5=8A=A8lo?= =?UTF-8?q?go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Abp.Net8/src/Yi.Abp.Web/Program.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Yi.Abp.Net8/src/Yi.Abp.Web/Program.cs b/Yi.Abp.Net8/src/Yi.Abp.Web/Program.cs index 0feeab19..68c2bb24 100644 --- a/Yi.Abp.Net8/src/Yi.Abp.Web/Program.cs +++ b/Yi.Abp.Net8/src/Yi.Abp.Web/Program.cs @@ -16,6 +16,16 @@ Log.Logger = new LoggerConfiguration() try { + Log.Information(""" + + __ _ _ + \ \ / (_) + \ \_/ / _ + \ / | | + | | | | + |_| |_| + + """); Log.Information("Yi框架-Abp.vNext,启动!"); var builder = WebApplication.CreateBuilder(args);