From e47bcffb91396b01d4b4c33c3a5d79feaebcbbd1 Mon Sep 17 00:00:00 2001 From: F1F88 <0xf1f88@gmail.com> Date: Tue, 17 Dec 2024 19:00:40 +0800 Subject: [PATCH] Add log4sp --- manifests/log4sp.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manifests/log4sp.toml diff --git a/manifests/log4sp.toml b/manifests/log4sp.toml new file mode 100644 index 0000000..876723f --- /dev/null +++ b/manifests/log4sp.toml @@ -0,0 +1,14 @@ +[meta] +name = "Log4sp" +description = "A high-performance and feature-rich logging extension" +author = "F1F88" + +[source] +type = "git" +merge = true +repository = "https://github.com/F1F88/sm-ext-log4sp.git" +patterns = [ + "sourcemod/scripting/include/log4sp.inc", + "sourcemod/scripting/include/log4sp/*.inc", + "sourcemod/scripting/include/log4sp/sinks/*.inc" +]