summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLogFileModule.m
Commit message (Collapse)AuthorAgeFilesLines
* Targets are now hashableJoel Fischer2017-03-141-0/+23
| | | | | | | * [Example App] Fix debug log configuration * Fix SDLLog.swift not found * Fix SDLLog.swift functions not compiling * Comments on logging stuff
* Delete old logging filesJoel Fischer2017-03-021-0/+4
| | | | | | * This does not build * Module map stubs for SDL files * Moved macros to their own file
* Starting implementation of SDL-0030Joel Fischer2017-02-281-0/+42
* https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0030-ios-logging-redesign.md * Working on redesign of logging capabilities * Design modular system of log targets * Design log filters * Design log formats * Design log modules * Design log manager * Design log configuration