mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-23 18:01:23 +01:00
update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user