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

Method log_subscribe_data

StereoKit/Native/NativeAPI.cs:694–694  ·  view source on GitHub ↗
(LogCallbackData on_log, IntPtr context)

Source from the content-addressed store, hash-verified

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);
696
697 ///////////////////////////////////////////

Callers 1

_SubscribeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected