Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F3152507
liblogthread.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
495 B
Referenced Files
None
Subscribers
None
liblogthread.h
View Options
#ifndef LOGTHREAD_DOT_H
#define LOGTHREAD_DOT_H
#include <syslog.h>
#define LOG_MODE_OUTPUT_FILE 1
#define LOG_MODE_OUTPUT_STDERR 2
#define LOG_MODE_OUTPUT_SYSLOG_THREADED 4
#define LOG_MODE_FILTER_DEBUG_FROM_SYSLOG 8
int logt_init(char *name, int mode, int facility, int priority, char *file);
void logt_conf(char *name, int mode, int facility, int priority, char *file);
void logt_exit(void);
void logt_print(int level, char *fmt, ...)
__attribute__((format(printf, 2, 3)));;
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Mon, Feb 24, 11:19 PM (15 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1464518
Default Alt Text
liblogthread.h (495 B)
Attached To
Mode
rF Fence Agents
Attached
Detach File
Event Timeline
Log In to Comment