Beispiel #1
0
 public static extern void MLLoggingEnableLogLevel(MlLogging.MLLogLevel level);
Beispiel #2
0
 public static extern bool MLLoggingLogLevelIsEnabled(MlLogging.MLLogLevel level);
Beispiel #3
0
 public static extern void MLLoggingLog(MlLogging.MLLogLevel level, [MarshalAs(UnmanagedType.LPStr)] string tag, [MarshalAs(UnmanagedType.LPStr)] string message);