Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
static RAR_CHARSET LogCharset=RCH_DEFAULT;
6
7
void 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
PreprocessArg
Method · 0.85
main
Function · 0.85
Calls
1
wcsncpyz
Function · 0.85
Tested by
no test coverage detected