Skip to content

Commit 11e749e

Browse files
authored
Remove documentation for non-existent arguments (#309)
1 parent d16e216 commit 11e749e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/Logging/Logging.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ extension Logger {
347347
/// - parameters:
348348
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
349349
/// - metadata: One-off metadata to attach to this log message.
350-
/// - source: The source this log messages originates from. Defaults
351-
/// to the module emitting the log message.
352350
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
353351
/// defaults to `#fileID`.
354352
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
@@ -482,8 +480,6 @@ extension Logger {
482480
/// - parameters:
483481
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
484482
/// - metadata: One-off metadata to attach to this log message.
485-
/// - source: The source this log messages originates from. Defaults
486-
/// to the module emitting the log message.
487483
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
488484
/// defaults to `#fileID`.
489485
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as

0 commit comments

Comments
 (0)