Lines Matching refs:is
21 If enabled, then if there is no space to log a new message, the
22 oldest one is dropped. If disabled, current message is dropped.
29 internal logger buffer is full and new message cannot be allocated.
38 message is dropped. Forever blocking (-1) is possible however may lead
39 to the logger deadlock if logging is enabled in threads used for
47 When number of buffered messages reaches the threshold thread is waken
48 up. Log processing thread ID is provided during log initialization.
49 Set 0 to disable the feature. If LOG_PROCESS_THREAD is enabled then
50 this threshold is used by the internal thread.
57 When enabled thread is created by the logger subsystem. Thread is
103 messages. Option is used only if links are using dedicated buffers
117 When not set the priority is set to K_LOWEST_APPLICATION_THREAD_PRIO.
154 When enabled, shorter timestamp is used and trace message is
164 When enabled, real time clock is used for timestamping.