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 @@ -203,7 +203,7 @@ etors:
203203--- # --------------------------------------------------------------------------
204204type : enum
205205desc : " Minimum level of messages to be processed by the logger."
206- class : $x
206+ class : $xAdapter
207207name : $x_logger_level_t
208208etors :
209209 - name : DEBUG
@@ -224,6 +224,7 @@ etors:
224224--- # --------------------------------------------------------------------------
225225type : fptr_typedef
226226desc : " Callback function to retrieve output from the logger."
227+ class : $xAdapter
227228name : $x_logger_output_callback_t
228229return : " void"
229230params :
@@ -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
247248name : SetLoggerCallback
248249decl : static
249250params :
@@ -263,7 +264,7 @@ params:
263264--- # --------------------------------------------------------------------------
264265type : function
265266desc : " Set the minimum logging level for the logger Callback function."
266- class : $x
267+ class : $xAdapter
267268name : SetLoggerCallbackLevel
268269decl : static
269270params :
You can’t perform that action at this time.
0 commit comments