From 5bc31c91faff60c8987cd612dece065f32fb4f1e Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 11 May 2022 01:58:12 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=A4=91=EC=9B=90=20=EC=A0=95=EC=84=B8?= =?UTF-8?q?=EC=97=90=20=EB=A9=94=EC=8B=9C=EC=A7=80=EB=A5=BC=20=EC=B6=9C?= =?UTF-8?q?=EB=A0=A5=ED=95=98=EB=8A=94=20Event=20Action=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Event/Action/NoticeToHistoryLog.php | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 hwe/sammo/Event/Action/NoticeToHistoryLog.php diff --git a/hwe/sammo/Event/Action/NoticeToHistoryLog.php b/hwe/sammo/Event/Action/NoticeToHistoryLog.php new file mode 100644 index 00000000..dc37b81c --- /dev/null +++ b/hwe/sammo/Event/Action/NoticeToHistoryLog.php @@ -0,0 +1,23 @@ +pushGlobalHistoryLog($this->msg); + $logger->flush(); + } +}