MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / InitLogOptions

Function InitLogOptions

Libraries/unrar/log.cpp:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5static RAR_CHARSET LogCharset=RCH_DEFAULT;
6
7void InitLogOptions(const wchar *LogFileName,RAR_CHARSET CSet)
8{
9 wcsncpyz(LogName,LogFileName,ASIZE(LogName));
10 LogCharset=CSet;
11}
12
13
14#ifndef SILENT

Callers 2

PreprocessArgMethod · 0.85
mainFunction · 0.85

Calls 1

wcsncpyzFunction · 0.85

Tested by

no test coverage detected