Skip to content

Commit

Permalink
Remove documentation for non-existent arguments (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
b1ackturtle committed Jun 17, 2024
1 parent d16e216 commit 11e749e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/Logging/Logging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,6 @@ extension Logger {
/// - parameters:
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
/// - metadata: One-off metadata to attach to this log message.
/// - source: The source this log messages originates from. Defaults
/// to the module emitting the log message.
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
/// defaults to `#fileID`.
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
Expand Down Expand Up @@ -482,8 +480,6 @@ extension Logger {
/// - parameters:
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
/// - metadata: One-off metadata to attach to this log message.
/// - source: The source this log messages originates from. Defaults
/// to the module emitting the log message.
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
/// defaults to `#fileID`.
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
Expand Down

0 comments on commit 11e749e

Please sign in to comment.