-
Hello, Few months ago I tried examples and it was working fine. I thought I can use this project later. let logger = Logboard.with("com.haishinkit.HaishinKit.iOSSwiftUI") Then I got this error message
I tried to figure it out how to solve this issue by myself and spent a whole night. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I renamed |
Beta Was this translation helpful? Give feedback.
I renamed
Logboard.with
toLBBoard.with
. See also shogo4405/Logboard#15.Please try.
let logger = LBBoard.with("com.haishinkit.HaishinKit.iOSSwiftUI")