bbbscarter / UberLogger

Replacement logging framework for Unity, with a new editor and in-game console
MIT License
475 stars 62 forks source link

Structured file logger #29

Closed Kalmalyzer closed 7 years ago

Kalmalyzer commented 7 years ago

This provides a much more detailed log file than either Unity's own output log, or UberLoggerFile does. The intention is to include much more information in the logs, thereby making it easier to diagnose errors which occur in deployed builds.

Main features:

bbbscarter commented 7 years ago

Thanks for this! I'll try and have a proper look at it soon - apologies for the silence up until now. :)

Kalmalyzer commented 7 years ago

Hmm, perhaps I should spin the StructuredFile logger off into a separate repo instead, like this module. The latter is an UberLogger logger + config of Google's Stackdriver Logging service, which provides centralized logging for game clients.

Kalmalyzer commented 7 years ago

Closing this, see #31 for just the UberLogger-specific changes