MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / xlog_new

Function xlog_new

common/log/xlog.c:176–179  ·  view source on GitHub ↗

* create a log context, the console is default log receiver */

Source from the content-addressed store, hash-verified

174 * create a log context, the console is default log receiver
175*/
176XLOG_API xlog_context* xlog_new()
177{
178 return xlog_new_context(1);
179}
180
181/*
182 create a log context

Callers 3

srd_log_initFunction · 0.85
dsv_log_initFunction · 0.85
sr_log_initFunction · 0.85

Calls 1

xlog_new_contextFunction · 0.85

Tested by

no test coverage detected