Skip to content

Commit c85387a

Browse files
helper
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
1 parent 05e332c commit c85387a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/NextcloudKit/Log/NKLog.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ public func nkLog(network message: String) {
3434

3535
/// Logs a custom tagged message at the specified level.
3636
/// - Parameters:
37-
/// - tag: A custom uppercase tag, e.g. \"UPLOAD\", \"SYNC\", \"AUTH\".
37+
/// - tag: A custom uppercase tag, e.g. \"PUSH\", \"SYNC\", \"AUTH\".
38+
/// - typeTag: the type tag .info, .debug, .warning, .error, .success ..
3839
/// - message: The message to log.
39-
/// - level: The minimum level required for the message to be recorded.
4040
@inlinable
4141
public func nkLog(tag: String, typeTag: NKLogTypeTag = .debug, message: String) {
4242
NKLogFileManager.shared.writeLog(tag: tag, typeTag: typeTag, message: message)

0 commit comments

Comments
 (0)