Skip to content

Commit 3303110

Browse files
martygrantkbenzie
andcommitted
Apply suggestions from code review
Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 4accd76 commit 3303110

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts/core/adapter.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ etors:
203203
--- #--------------------------------------------------------------------------
204204
type: enum
205205
desc: "Minimum level of messages to be processed by the logger."
206-
class: $x
206+
class: $xAdapter
207207
name: $x_logger_level_t
208208
etors:
209209
- name: DEBUG
@@ -224,6 +224,7 @@ etors:
224224
--- #--------------------------------------------------------------------------
225225
type: fptr_typedef
226226
desc: "Callback function to retrieve output from the logger."
227+
class: $xAdapter
227228
name: $x_logger_output_callback_t
228229
return: "void"
229230
params:
@@ -243,7 +244,7 @@ desc: |
243244
Set a callback function for use by the logger to retrieve logging output.
244245
It is a requirement that the callback function is thread safe and the
245246
creator of the function will be responsible for this.
246-
class: $x
247+
class: $xAdapter
247248
name: SetLoggerCallback
248249
decl: static
249250
params:
@@ -263,7 +264,7 @@ params:
263264
--- #--------------------------------------------------------------------------
264265
type: function
265266
desc: "Set the minimum logging level for the logger Callback function."
266-
class: $x
267+
class: $xAdapter
267268
name: SetLoggerCallbackLevel
268269
decl: static
269270
params:

0 commit comments

Comments
 (0)