This commit is contained in:
John Rommel Estropia
2015-02-21 21:14:19 +09:00
parent 23f09fe5a6
commit 061a863235
21 changed files with 248 additions and 258 deletions

View File

@@ -26,6 +26,8 @@
import Foundation
// MARK: - LogLevel
public enum LogLevel {
case Trace
@@ -35,6 +37,8 @@ public enum LogLevel {
}
// MARK: - HardcoreDataLogger
public protocol HardcoreDataLogger {
func log(#level: LogLevel, message: String, fileName: StaticString, lineNumber: UWord, functionName: StaticString)