Lines Matching full:of
5 * Permission is hereby granted, free of charge, to any person obtaining a copy of
8 * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
13 * copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
19 * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
46 * of #LOG_ERROR, #LOG_WARN, #LOG_INFO or #LOG_DEBUG.
54 * abnormal event that may be indicative of an error. Libraries continue
58 * of #LOG_WARN, #LOG_INFO or #LOG_DEBUG.
65 * These messages describe normal execution of a library. They provide
66 * the progress of the program at a coarse-grained level.
69 * of #LOG_INFO or #LOG_DEBUG.
77 * progress of the program at a fine-grained level. These are mostly used
91 * @brief The logging level verbosity configuration of log messages from library.
93 * The logging verbosity levels are one of #LOG_DEBUG, #LOG_INFO, #LOG_WARN,