#include "Common.h"
#include <glib.h>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
#include <cstring>
#include <map>
#include <errno.h>
#include <sys/prctl.h>
#include <sys/resource.h>
#include "Logging.h"
#include "MutexLocker.h"
#include "Settings.h"
|
| bool | LunaChannelEnabled (const char *channel) |
| |
| LunaLogContext | syslogContextGlobal () |
| |
| LunaLogContext | syslogContextJavascript () |
| |
| PmLogLevel | GLogToPmLogLevel (GLogLevelFlags flags) |
| |
| void | logInit () |
| |
| void | logFilter (const gchar *log_domain, GLogLevelFlags logLevel, const gchar *message, gpointer unused_data) |
| |
| void | logFailure (const gchar *message, const gchar *file, int line, const gchar *function) |
| |
| void | logFailedVerify (const gchar *test, const gchar *file, int line, const gchar *function) |
| |
| void | logCheck (const gchar *test, const gchar *file, int line, const gchar *function) |
| |
| #define COLORESCAPE "\033[" |
| PmLogLevel GLogToPmLogLevel |
( |
GLogLevelFlags |
flags | ) |
|
| void logCheck |
( |
const gchar * |
test, |
|
|
const gchar * |
file, |
|
|
int |
line, |
|
|
const gchar * |
function |
|
) |
| |
| void logFailedVerify |
( |
const gchar * |
test, |
|
|
const gchar * |
file, |
|
|
int |
line, |
|
|
const gchar * |
function |
|
) |
| |
| void logFailure |
( |
const gchar * |
message, |
|
|
const gchar * |
file, |
|
|
int |
line, |
|
|
const gchar * |
function |
|
) |
| |
| void logFilter |
( |
const gchar * |
log_domain, |
|
|
GLogLevelFlags |
logLevel, |
|
|
const gchar * |
message, |
|
|
gpointer |
unused_data |
|
) |
| |
| bool LunaChannelEnabled |
( |
const char * |
channel | ) |
|
| LunaLogContext syslogContextGlobal |
( |
| ) |
|
| LunaLogContext syslogContextJavascript |
( |
| ) |
|