Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 749 Bytes

File metadata and controls

15 lines (11 loc) · 749 Bytes

Changelog

All notable changes to this project will be documented in this file using the standards as defined at Keep a Changelog. This project adheres to Semantic Versioning.

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.

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.