Skip to content

Commit 1be2c17

Browse files
authored
Update Logging.swift. Enhance file (fileID) param comment, it is miss… (#369)
Update Logging.swift. Enhance file (fileID) param comment, it is missing ). ### Modifications: + Sources/Logging/Logging.swift
1 parent 21d132f commit 1be2c17

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Sources/Logging/Logging.swift

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ extension Logger {
112112
/// - source: The source this log messages originates from. Defaults
113113
/// to the module emitting the log message.
114114
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
115-
/// defaults to `#fileID`.
115+
/// defaults to `#fileID`).
116116
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
117117
/// it defaults to `#function`).
118118
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -150,7 +150,7 @@ extension Logger {
150150
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
151151
/// - metadata: One-off metadata to attach to this log message.
152152
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
153-
/// defaults to `#fileID`.
153+
/// defaults to `#fileID`).
154154
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
155155
/// it defaults to `#function`).
156156
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -210,7 +210,7 @@ extension Logger {
210210
/// - source: The source this log messages originates from. Defaults
211211
/// to the module emitting the log message.
212212
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
213-
/// defaults to `#fileID`.
213+
/// defaults to `#fileID`).
214214
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
215215
/// it defaults to `#function`).
216216
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -244,7 +244,7 @@ extension Logger {
244244
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
245245
/// - metadata: One-off metadata to attach to this log message
246246
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
247-
/// defaults to `#fileID`.
247+
/// defaults to `#fileID`).
248248
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
249249
/// it defaults to `#function`).
250250
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -271,7 +271,7 @@ extension Logger {
271271
/// - source: The source this log messages originates from. Defaults
272272
/// to the module emitting the log message.
273273
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
274-
/// defaults to `#fileID`.
274+
/// defaults to `#fileID`).
275275
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
276276
/// it defaults to `#function`).
277277
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -305,7 +305,7 @@ extension Logger {
305305
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
306306
/// - metadata: One-off metadata to attach to this log message.
307307
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
308-
/// defaults to `#fileID`.
308+
/// defaults to `#fileID`).
309309
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
310310
/// it defaults to `#function`).
311311
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -332,7 +332,7 @@ extension Logger {
332332
/// - source: The source this log messages originates from. Defaults
333333
/// to the module emitting the log message.
334334
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
335-
/// defaults to `#fileID`.
335+
/// defaults to `#fileID`).
336336
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
337337
/// it defaults to `#function`).
338338
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -366,7 +366,7 @@ extension Logger {
366366
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
367367
/// - metadata: One-off metadata to attach to this log message.
368368
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
369-
/// defaults to `#fileID`.
369+
/// defaults to `#fileID`).
370370
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
371371
/// it defaults to `#function`).
372372
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -393,7 +393,7 @@ extension Logger {
393393
/// - source: The source this log messages originates from. Defaults
394394
/// to the module emitting the log message.
395395
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
396-
/// defaults to `#fileID`.
396+
/// defaults to `#fileID`).
397397
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
398398
/// it defaults to `#function`).
399399
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -427,7 +427,7 @@ extension Logger {
427427
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
428428
/// - metadata: One-off metadata to attach to this log message.
429429
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
430-
/// defaults to `#fileID`.
430+
/// defaults to `#fileID`).
431431
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
432432
/// it defaults to `#function`).
433433
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -454,7 +454,7 @@ extension Logger {
454454
/// - source: The source this log messages originates from. Defaults
455455
/// to the module emitting the log message.
456456
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
457-
/// defaults to `#fileID`.
457+
/// defaults to `#fileID`).
458458
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
459459
/// it defaults to `#function`).
460460
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -488,7 +488,7 @@ extension Logger {
488488
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
489489
/// - metadata: One-off metadata to attach to this log message.
490490
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
491-
/// defaults to `#fileID`.
491+
/// defaults to `#fileID`).
492492
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
493493
/// it defaults to `#function`).
494494
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -515,7 +515,7 @@ extension Logger {
515515
/// - source: The source this log messages originates from. Defaults
516516
/// to the module emitting the log message.
517517
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
518-
/// defaults to `#fileID`.
518+
/// defaults to `#fileID`).
519519
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
520520
/// it defaults to `#function`).
521521
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -549,7 +549,7 @@ extension Logger {
549549
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
550550
/// - metadata: One-off metadata to attach to this log message.
551551
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
552-
/// defaults to `#fileID`.
552+
/// defaults to `#fileID`).
553553
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
554554
/// it defaults to `#function`).
555555
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -575,7 +575,7 @@ extension Logger {
575575
/// - source: The source this log messages originates from. Defaults
576576
/// to the module emitting the log message.
577577
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
578-
/// defaults to `#fileID`.
578+
/// defaults to `#fileID`).
579579
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
580580
/// it defaults to `#function`).
581581
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it
@@ -608,7 +608,7 @@ extension Logger {
608608
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
609609
/// - metadata: One-off metadata to attach to this log message.
610610
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
611-
/// defaults to `#fileID`.
611+
/// defaults to `#fileID`).
612612
/// - function: The function this log message originates from (there's usually no need to pass it explicitly as
613613
/// it defaults to `#function`).
614614
/// - line: The line this log message originates from (there's usually no need to pass it explicitly as it

0 commit comments

Comments
 (0)