mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-02-21 14:04:20 +01:00
Merge pull request #430 from breez/logger-conflict
Fix conflict with os.Logger
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Foundation
|
||||
import BreezSDKLiquid
|
||||
|
||||
class BreezSDKLiquidLogger: Logger {
|
||||
class BreezSDKLiquidLogger: BreezSDKLiquid.Logger {
|
||||
static let emitterName: String = "breezSdkLiquidLog"
|
||||
|
||||
func log(l: LogEntry) {
|
||||
|
||||
Reference in New Issue
Block a user