Lines Matching full:logger
71 // Forward declare the logger object
90 * This field simply contains a handle to the logger object to be
91 * utilized when utilizing the logger interface.
93 struct SCI_BASE_LOGGER * logger; member
103 * @param[in] logger This parameter specifies the logger object to be
110 struct SCI_BASE_LOGGER * logger
115 * @brief This method returns the logger to which a previous
119 * which to retrieve the logger.
121 * @return This method returns a pointer to the logger that was
124 * @retval NULL This value is returned when there is no logger
128 (((SCI_BASE_OBJECT_T *)(this_object))->logger)