Skip to content

Releases: ChartBoost/chartboost-unity-logging

1.1.0

19 Sep 18:04

Choose a tag to compare

Version 1.1.0 (2024-09-19)

Added:

  • Support to native wrapper logs through UnityLoggingBridge.
  • WrapperMessageLogged event listener in LogController class. Use to listen for any log events communicated between Unity and native layers.

1.0.0

01 Aug 18:59

Choose a tag to compare

Version 1.0.0 (2024-08-01)

First version of Chartboost Logging Utilities package for Unity.

Added:

  • LogController.cs centralized log controller used by all Chartboost Unity Logs.
  • LogLevel enum indicating current log filterling level.