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