dmsurti / AssimpKit

A library (macOS, iOS) that converts the files supported by Assimp to Scene Kit scenes.
http://assimpkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
474 stars 54 forks source link

Enable toggling of logs #11

Closed dmsurti closed 7 years ago

dmsurti commented 7 years ago

Add logging support and convert all of NSLog statements so that they are logged with the appropriate log level.

dmsurti commented 7 years ago

Closed in #26.

dmsurti commented 7 years ago

Lumberjack is not usable in LogicTest targets. Hence lumberjack usage is removed. Need to add logging such that it can be toggled ON for debugging and OFF for release. Also there should be a Log level which will always print.