skner's Logging Toolkit
  • Welcome to skner's Logging Toolkit for Unity
  • Changelog
  • Examples
  • Getting Started
  • Introduction
  • Loggers
    • Class Logger
    • Game Object Logger
    • Global Logger
  • Models
    • Log Context
    • Log Format
    • Log Path
    • Log Tag Holder
  • Output Modules
    • Output Modules
  • Settings
    • Log Level Settings
    • Log Output Settings
    • Logger Settings
Powered by GitBook
On this page
  • [1.0.2] - 2024-07-01
  • [1.0.1] - 2024-03-15
  • [1.0.0] - 2023-12-13
  • Semantic Versioning

Changelog

[1.0.2] - 2024-07-01

  • Moved all editor code into new assembly to fix occasional issues in standalone builds

[1.0.1] - 2024-03-15

  • Fixed a bug with UnityEditor code being included in standalone builds

[1.0.0] - 2023-12-13

  • Initial package release

Semantic Versioning

This project follows Semantic Versioning (SemVer) for version numbering:

  • MAJOR version for incompatible API changes,

  • MINOR version for backward-compatible new features,

  • PATCH version for backward-compatible bug fixes.

Additional pre-release and build metadata may be used when necessary.

Last updated 10 months ago