Lines Matching +full:enable +full:- +full:method

1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0
9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved.
73 /* The following is a list of verbosity levels that can be used to enable */
76 /** Enable/disable error level logging for the associated logger object(s). */
79 /** Enable/disable warning level logging for the associated logger object(s). */
83 * Enable/disable informative level logging for the associated logger object(s).
88 * This constant is used to enable function trace (enter/exit) level
94 * This constant is used to enable state tracing information it will emit a
102 * @brief This method will return the verbosity levels enabled for the object
105 * calling this method has no affect.
115 * @return This method will return the verbosity levels enabled for the
134 * @brief This method simply returns the log object mask. This mask
138 * calling this method has no affect.
147 * -# SCI_LOGGER_VERBOSITY_ERROR
148 * -# SCI_LOGGER_VERBOSITY_WARNING
149 * -# SCI_LOGGER_VERBOSITY_INFO
150 * -# SCI_LOGGER_VERBOSITY_TRACE
151 * -# SCI_LOGGER_VERBOSITY_STATES
155 * @return This method will return the log object mask indicating each of
164 * @brief This method will enable each of the supplied log objects in
166 * verbosity_mask. To enable all logging, simply set all bits in
169 * calling this method has no affect.
176 * which to enable logging.
178 * at which to enable each log_object.
189 * @brief This method will disable each of the supplied log objects in
194 * calling this method has no affect.