summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLogManager.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-03-01 14:14:20 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-03-01 14:14:20 -0500
commitfb310a499a6cdef3cd38a2ed41192994ebb4ecc2 (patch)
treee5ef9ecaf9940cd6853b41ccbe65af9aac31d240 /SmartDeviceLink/SDLLogManager.h
parent60eff065a3eca4d9a69f50db50cd55f28dfc11f3 (diff)
downloadsdl_ios-fb310a499a6cdef3cd38a2ed41192994ebb4ecc2.tar.gz
Setup log targets
* Make sure to setup log targets, if they fail to setup, discard them.
Diffstat (limited to 'SmartDeviceLink/SDLLogManager.h')
-rw-r--r--SmartDeviceLink/SDLLogManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLLogManager.h b/SmartDeviceLink/SDLLogManager.h
index e1a3aa6f7..b4f9cb079 100644
--- a/SmartDeviceLink/SDLLogManager.h
+++ b/SmartDeviceLink/SDLLogManager.h
@@ -35,6 +35,7 @@ NS_ASSUME_NONNULL_BEGIN
#pragma mark - Singleton Methods
+ (void)startWithConfiguration:(SDLLogConfiguration *)configuration;
++ (void)stop;
// This would be used internally to send out a log to the loggers
+ (void)logWithLevel:(SDLLogLevel)level