Skip to main content
Version: 2.x

Class Odin

References to OdinCore native imports.

Declaration
public static class Odin

Properties

Api

Native Odin functions

Declaration
public static NativeLibraryMethods Api { get; }

Methods

Log(string, LogType, params object[])

Log (default with Debug.WriteLine)

Declaration
public static void Log(string message, OdinLog.LogType type = LogType.Info, params object[] args)
Parameters
TypeName
System.Stringmessage
OdinNative.OdinLog.LogTypetype
System.Object[]args