Sets up logging to a file.
Watch out: Overwrite contents if file exists!
Potentially throws a VLCException if FILE * cannot be obtained
命名空间:
LibVLCSharp.Shared
程序集:
CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法 public void SetLogFile(
string filename
)
参数
- filename
- 类型:SystemString
open/create file with Write access. If existing, resets content.
备注 LibVLC 2.1.0 or later
参见