log_type
K_LOG_NONE } log_type;
log_control.log_entries[i].log_type = K_LOG_NONE;
log_control.log_entries[i].log_type = K_LOG_FILE;
log_control.log_entries[i].log_type = K_LOG_SYSLOG;
log_control.log_entries[i].log_type = K_LOG_STDERR;
log_control.log_entries[i].log_type = K_LOG_CONSOLE;
log_control.log_entries[i].log_type = K_LOG_DEVICE;
if (log_control.log_entries[i].log_type == K_LOG_NONE) {
log_control.log_entries->log_type = K_LOG_SYSLOG;
switch (log_control.log_entries[lindex].log_type) {
log_control.log_entries[lindex].log_type != K_LOG_SYSLOG)
switch (log_control.log_entries[lindex].log_type) {
if (log_control.log_entries[lindex].log_type == K_LOG_FILE) {
enum quirks_log_type log_type)
ctx->log_type = log_type;
enum quirks_log_type log_type;
if (ctx->log_type == QLOG_MOUSED_LOGGING)
enum quirks_log_type log_type);