diff options
author | Damiano Galassi <[email protected]> | 2015-10-20 18:24:57 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-20 18:24:57 +0200 |
commit | c32d5236135c6be0b4987fb74de511e3332d7396 (patch) | |
tree | b9b8d32cb1782a5f0eb587af07fc8b5586b0a1f2 /macosx/HBCore.h | |
parent | ba3d0e46199db21c1e4e899cc1d852ed0738d951 (diff) |
MacGui: expose a property to set the log level in HBCore.
Diffstat (limited to 'macosx/HBCore.h')
-rw-r--r-- | macosx/HBCore.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macosx/HBCore.h b/macosx/HBCore.h index 36335114e..dafda29ad 100644 --- a/macosx/HBCore.h +++ b/macosx/HBCore.h @@ -85,6 +85,11 @@ typedef void (^HBCoreCompletionHandler)(HBCoreResult result); - (instancetype)initWithLogLevel:(int)level name:(NSString *)name; /** + * Log level. + */ +@property (nonatomic, readwrite) int logLevel; + +/** * Current state of HBCore. */ @property (nonatomic, readonly) HBState state; |