blob: 059494a5daee2ed3771e940d874d47ac5921ffb3 [file] [log] [blame]
Brian Silverman890a32a2018-03-11 15:41:56 -07001package com.ctre.phoenix;
2
3import com.ctre.phoenix.CTREJNIWrapper;
4
5/* package */ class CTRLoggerJNI extends CTREJNIWrapper {
6 /* package */ static native int JNI_Logger_Log(int code, String origin, String stackTrace);
7
8 // public static native void JNI_Logger_Close();
9 // public static native void JNI_Logger_Open(int language);
10 // public static native String JNI_Logger_GetShort(int code);
11 // public static native String JNI_Logger_GetLong(int code);
12}