Skip to content

Commit

Permalink
Update VineLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
404Setup committed Sep 8, 2024
1 parent 4992296 commit 8f5e4c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions patches/server/0004-VineLogger.patch
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Subject: [PATCH] VineLogger

diff --git a/src/main/kotlin/one/tranic/vine/util/VineLogger.kt b/src/main/kotlin/one/tranic/vine/util/VineLogger.kt
new file mode 100644
index 0000000000000000000000000000000000000000..d52aa9ff91ca8669d89f4698059e9ca041513ed5
index 0000000000000000000000000000000000000000..817eb350fc7cce5bed9b7afffc681b7f42d92e2f
--- /dev/null
+++ b/src/main/kotlin/one/tranic/vine/util/VineLogger.kt
@@ -0,0 +1,53 @@
+package one.tranic.vine.util
+
+import com.mojang.logging.LogUtils
+import net.minecraft.server.MinecraftServer
+
+object VineLogger {
+ private val logger: org.slf4j.Logger = LogUtils.getLogger()
+ private val logger: org.slf4j.Logger = MinecraftServer.LOGGER
+
+ fun get(): org.slf4j.Logger {
+ return logger
Expand Down

0 comments on commit 8f5e4c1

Please sign in to comment.