fix init to open
This commit is contained in:
parent
d82b51ec67
commit
a65770eae1
|
|
@ -28,7 +28,7 @@ open class Log {
|
|||
/// Logger for CocoaLumberJack
|
||||
open let fileLogger = DDFileLogger()
|
||||
|
||||
init() {
|
||||
open init() {
|
||||
DDLog.add(fileLogger)
|
||||
|
||||
DDLog.add(DDASLLogger.sharedInstance())
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.3.6</string>
|
||||
<string>0.4.4</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
Loading…
Reference in New Issue