Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonPark committed Nov 25, 2019
2 parents 3edd420 + 85a6561 commit 328b958
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions EPLogger/Classes/EPLogger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ public struct Log {

private init() {}

@available(*, deprecated, message: "setLevel() is will remove next version, use Log.config(level:)")
public static func setLevel( _ config: Log.Level) {
logLevel = config
}

/// Configration
/// - Parameters:
/// - level: Log level. default: Log.Level.verbose
Expand Down

0 comments on commit 328b958

Please sign in to comment.