@@ -105,7 +105,6 @@ extension Logger {
105
105
/// otherwise nothing will happen.
106
106
///
107
107
/// - parameters:
108
- /// - level: The log level to log `message` at. For the available log levels, see `Logger.Level`.
109
108
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
110
109
/// - metadata: One-off metadata to attach to this log message
111
110
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
@@ -127,7 +126,6 @@ extension Logger {
127
126
/// otherwise nothing will happen.
128
127
///
129
128
/// - parameters:
130
- /// - level: The log level to log `message` at. For the available log levels, see `Logger.Level`.
131
129
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
132
130
/// - metadata: One-off metadata to attach to this log message
133
131
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
@@ -149,7 +147,6 @@ extension Logger {
149
147
/// otherwise nothing will happen.
150
148
///
151
149
/// - parameters:
152
- /// - level: The log level to log `message` at. For the available log levels, see `Logger.Level`.
153
150
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
154
151
/// - metadata: One-off metadata to attach to this log message
155
152
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
@@ -171,7 +168,6 @@ extension Logger {
171
168
/// otherwise nothing will happen.
172
169
///
173
170
/// - parameters:
174
- /// - level: The log level to log `message` at. For the available log levels, see `Logger.Level`.
175
171
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
176
172
/// - metadata: One-off metadata to attach to this log message
177
173
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
@@ -193,7 +189,6 @@ extension Logger {
193
189
/// otherwise nothing will happen.
194
190
///
195
191
/// - parameters:
196
- /// - level: The log level to log `message` at. For the available log levels, see `Logger.Level`.
197
192
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
198
193
/// - metadata: One-off metadata to attach to this log message
199
194
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
@@ -215,7 +210,6 @@ extension Logger {
215
210
/// otherwise nothing will happen.
216
211
///
217
212
/// - parameters:
218
- /// - level: The log level to log `message` at. For the available log levels, see `Logger.Level`.
219
213
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
220
214
/// - metadata: One-off metadata to attach to this log message
221
215
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
@@ -236,7 +230,6 @@ extension Logger {
236
230
/// `.critical` messages will always be logged.
237
231
///
238
232
/// - parameters:
239
- /// - level: The log level to log `message` at. For the available log levels, see `Logger.Level`.
240
233
/// - message: The message to be logged. `message` can be used with any string interpolation literal.
241
234
/// - metadata: One-off metadata to attach to this log message
242
235
/// - file: The file this log message originates from (there's usually no need to pass it explicitly as it
0 commit comments