Update Cryville.Common.Logging.

This commit is contained in:
2023-11-20 20:21:21 +08:00
parent e2c58c708f
commit c2e94afc1c
24 changed files with 280 additions and 140 deletions

View File

@@ -45,7 +45,7 @@ namespace Cryville.Input.Unity.Android {
Batch(timeSecs);
}
catch (Exception ex) {
Logger.Log("main", 4, "Input", "An error occurred while handling an Android sensor event: {0}", ex);
Shared.Logger.Log(4, "Input", "An error occurred while handling an Android sensor event: {0}", ex);
}
}
}

View File

@@ -52,7 +52,7 @@ namespace Cryville.Input.Unity.Android {
}
}
catch (Exception ex) {
Logger.Log("main", 4, "Input", "An error occurred while handling an Android touch event: {0}", ex);
Shared.Logger.Log(4, "Input", "An error occurred while handling an Android touch event: {0}", ex);
}
}
}