summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLogManager.h
Commit message (Collapse)AuthorAgeFilesLines
* Logging bytes now only computes on verbose loggingfeature/issue_545_redesign_loggingJoel Fischer2017-03-281-0/+46
|
* Alter filters to work with swiftJoel Fischer2017-03-171-1/+2
|
* Update log testsJoel Fischer2017-03-081-2/+9
| | | | * Log manager now takes a date
* Rename some log configuration propertiesJoel Fischer2017-03-081-3/+3
|
* Updates for testing log managerJoel Fischer2017-03-081-7/+65
|
* Additional logging testsJoel Fischer2017-03-071-1/+9
|
* Fix crash attempting to access SDLLogConfiguration logTargetsJoel Fischer2017-03-031-2/+2
| | | | * Add a check for the full file path and cut it if necessary
* Remove stop methodsJoel Fischer2017-03-011-1/+0
| | | | * YOU CAN’T STOP THIS
* Setup log targetsJoel Fischer2017-03-011-0/+1
| | | | * Make sure to setup log targets, if they fail to setup, discard them.
* Starting implementation of SDL-0030Joel Fischer2017-02-281-0/+55
* 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