File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ etors:
204204--- # --------------------------------------------------------------------------
205205type : enum
206206desc : " Minimum level of messages to be processed by the logger."
207- class : $x
207+ class : $xAdapter
208208name : $x_logger_level_t
209209etors :
210210 - name : DEBUG
@@ -225,6 +225,7 @@ etors:
225225--- # --------------------------------------------------------------------------
226226type : fptr_typedef
227227desc : " Callback function to retrieve output from the logger."
228+ class : $xAdapter
228229name : $x_logger_output_callback_t
229230return : " void"
230231params :
@@ -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
248249name : SetLoggerCallback
249250decl : static
250251params :
@@ -264,7 +265,7 @@ params:
264265--- # --------------------------------------------------------------------------
265266type : function
266267desc : " Set the minimum logging level for the logger Callback function."
267- class : $x
268+ class : $xAdapter
268269name : SetLoggerCallbackLevel
269270decl : static
270271params :
You can’t perform that action at this time.
0 commit comments