Skip to content

Commit 02c0aa0

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

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
@@ -204,7 +204,7 @@ etors:
204204
--- #--------------------------------------------------------------------------
205205
type: enum
206206
desc: "Minimum level of messages to be processed by the logger."
207-
class: $x
207+
class: $xAdapter
208208
name: $x_logger_level_t
209209
etors:
210210
- name: DEBUG
@@ -225,6 +225,7 @@ etors:
225225
--- #--------------------------------------------------------------------------
226226
type: fptr_typedef
227227
desc: "Callback function to retrieve output from the logger."
228+
class: $xAdapter
228229
name: $x_logger_output_callback_t
229230
return: "void"
230231
params:
@@ -244,7 +245,7 @@ desc: |
244245
Set a callback function for use by the logger to retrieve logging output.
245246
It is a requirement that the callback function is thread safe and the
246247
creator of the function will be responsible for this.
247-
class: $x
248+
class: $xAdapter
248249
name: SetLoggerCallback
249250
decl: static
250251
params:
@@ -264,7 +265,7 @@ params:
264265
--- #--------------------------------------------------------------------------
265266
type: function
266267
desc: "Set the minimum logging level for the logger Callback function."
267-
class: $x
268+
class: $xAdapter
268269
name: SetLoggerCallbackLevel
269270
decl: static
270271
params:

0 commit comments

Comments
 (0)