https://github.com/deadcows/customlogger
Simple File Logger for Unity
https://github.com/deadcows/customlogger
Last synced: over 1 year ago
JSON representation
Simple File Logger for Unity
- Host: GitHub
- URL: https://github.com/deadcows/customlogger
- Owner: Deadcows
- Created: 2016-10-30T19:55:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T12:53:01.000Z (over 9 years ago)
- Last Synced: 2025-03-17T05:06:22.409Z (over 1 year ago)
- Language: C#
- Size: 1000 Bytes
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CustomLogger
Simple File Logger for Unity
Simply call
CustomLogger.LogIt()
to write any message to log.
Console messages and exceptions will also automatically writen in this log.