mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
feat: Added logger module to script loader
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using ImHex;
|
||||
|
||||
public class Library
|
||||
{
|
||||
public static void Initialize()
|
||||
{
|
||||
Logger.RedirectConsole();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user