Example #1
0
 private void LogWarn()
 {
     LogCatLogger.LogWarn("Native Warn");
 }
Example #2
0
 private void LogError()
 {
     LogCatLogger.LogError("Native Error");
 }
Example #3
0
 private void Log()
 {
     LogCatLogger.LogInfo("Native Info");
 }