#include "olog.h"
#include "olog/streamf.h"
#include "phash.h"
#include <errno.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
Go to the source code of this file.
|
const char * | severity_l [] = { "debug", "info", "notice", "warning", "error", "critical", "alert", "emergency" } |
|
const char * | severity_u [] = { "DEBUG", "INFO", "NOTICE", "WARNING", "ERROR", "CRITICAL", "ALERT", "EMERGENCY" } |
|
const char * | severity_m [] = { "Debug", "Info", "Notice", "Warning", "Error", "Critical", "Alert", "Emergency" } |
|
◆ olog_backend_streamf()
◆ severity_l
const char* severity_l[] = { "debug", "info", "notice", "warning", "error", "critical", "alert", "emergency" } |
◆ severity_m
const char* severity_m[] = { "Debug", "Info", "Notice", "Warning", "Error", "Critical", "Alert", "Emergency" } |
◆ severity_u
const char* severity_u[] = { "DEBUG", "INFO", "NOTICE", "WARNING", "ERROR", "CRITICAL", "ALERT", "EMERGENCY" } |