File: logging.h

package info (click to toggle)
redhat-cluster 3.1.8-1.2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,608 kB
  • ctags: 6,306
  • sloc: ansic: 62,895; sh: 1,626; makefile: 1,143; perl: 765
file content (11 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _LOGGING_H
#define _LOGGING_H

/* #include <corosync/engine/logsys.h>*/
#include <liblogthread.h>

void init_logging(char *name, int foreground, int debugging);
void setup_logging(int ccs_handle);
void close_logging(void);

#endif