File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -347,8 +347,6 @@ extension Logger {
347
347
/// - parameters:
348
348
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
349
349
/// - 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.
352
350
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
353
351
/// defaults to `#fileID`.
354
352
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
@@ -482,8 +480,6 @@ extension Logger {
482
480
/// - parameters:
483
481
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
484
482
/// - 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.
487
483
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
488
484
/// defaults to `#fileID`.
489
485
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
You can’t perform that action at this time.
0 commit comments