We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3b51d commit e3a460cCopy full SHA for e3a460c
LLDebugToolSwift/LLog.swift
@@ -24,7 +24,7 @@
24
import UIKit
25
import LLDebugTool
26
27
-class LLog: NSObject {
+public class LLog: NSObject {
28
29
public static func log(message : String? , file : String = #file , function : String = #function , lineNumber : Int = #line) {
30
#if DEBUG
0 commit comments