MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / log_write

Method log_write

StereoKit/Native/NativeAPI.cs:692–692  ·  view source on GitHub ↗
(LogLevel level, string text)

Source from the content-addressed store, hash-verified

690 ///////////////////////////////////////////
691
692 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void log_write (LogLevel level, string text);
693 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void log_set_filter (LogLevel level);
694 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void log_subscribe_data (LogCallbackData on_log, IntPtr context);
695 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void log_unsubscribe_data(LogCallbackData on_log, IntPtr context);

Callers 1

WriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected