Lines Matching full:log
55 /****h* Component Library/Log Provider
57 * Log Provider
60 * The log provider allows users to log information in a system log instead of
63 /****d* Component Library: Log Provider/cl_log_type_t
69 * different types of log entries.
81 * Indicates a log entry is purely informational.
84 * Indicates a log entry is a warning but non-fatal.
87 * Indicates a log entry is a fatal error.
90 * Log Provider, cl_log_event
93 /****f* Component Library: Log Provider/cl_log_event
98 * The cl_log_event function adds a new entry to the system log.
111 * the log entry.
114 * [in] Defines the type of log entry to add to the system log.
118 * [in] Pointer to an ANSI string containing the text for the log entry.
119 * The message should not be terminated with a new line, as the log
120 * provider appends a new line to all log entries.
123 * [in] Optional pointer to data providing context for the log entry.
138 * Log Provider, cl_log_type_t