updated demo app

This commit is contained in:
John Rommel Estropia
2015-06-05 02:21:34 +09:00
parent e8f17cb33a
commit b0a637520e
8 changed files with 279 additions and 62 deletions

View File

@@ -36,6 +36,8 @@ The `DefaultLogger` is a basic implementation of the `CoreStoreLogger` protocol.
- The `assert(...)` method calls `assert(...)` on the arguments.
*/
public final class DefaultLogger: CoreStoreLogger {
public init() { }
public func log(#level: LogLevel, message: String, fileName: StaticString, lineNumber: Int, functionName: StaticString) {