mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-29 13:41:52 +02:00
WIP: transactions in ObjC
This commit is contained in:
@@ -37,6 +37,9 @@ import Foundation
|
||||
*/
|
||||
public final class DefaultLogger: CoreStoreLogger {
|
||||
|
||||
/**
|
||||
Creates a `DefaultLogger`.
|
||||
*/
|
||||
public init() { }
|
||||
|
||||
public func log(level level: LogLevel, message: String, fileName: StaticString, lineNumber: Int, functionName: StaticString) {
|
||||
|
||||
Reference in New Issue
Block a user