Tor  0.4.7.0-alpha-dev
Functions | Variables
log_sys.c File Reference

Setup and tear down the logging module. More...

#include "orconfig.h"
#include "lib/subsys/subsys.h"
#include "lib/log/escape.h"
#include "lib/log/log.h"
#include "lib/log/log_sys.h"

Go to the source code of this file.

Functions

static int subsys_logging_initialize (void)
 
static void subsys_logging_shutdown (void)
 

Variables

const subsys_fns_t sys_logging
 

Detailed Description

Setup and tear down the logging module.

Setup and tear down the tracing module.

Definition in file log_sys.c.

Variable Documentation

◆ sys_logging

const subsys_fns_t sys_logging
Initial value:
= {
.name = "log",
.supported = true,
.level = -90,
.initialize = subsys_logging_initialize,
.shutdown = subsys_logging_shutdown,
}
#define SUBSYS_DECLARE_LOCATION()
Definition: subsys.h:211

Definition at line 29 of file log_sys.c.