/
githubmirror
/
shadowsocks-windows
Обзор
Документация
Войти
/
githubmirror
/
shadowsocks-windows
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4
shadowsocks-csharp/Data/NLog.config
13 строк
751 B
celeron533
Refind code and comments
30 янв 2020, 05:48
30 янв 2020, 05:48
e15cfac
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8" ?> <!-- Warning: Configuration may reset after shadowsocks upgrade. --> <!-- If you messed it up, delete this file and Shadowsocks will create a new one. --> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <targets> <!-- This line is managed by Shadowsocks. Do not modify it unless you know what you are doing.--> <target name="file" xsi:type="File" fileName="ss_win_temp\shadowsocks.log" writeBom="false" encoding="utf-8"/> </targets> <rules> <!-- This line is managed by Shadowsocks. Do not modify it unless you know what you are doing. --> <logger name="*" minlevel="Info" writeTo="file"/> </rules> </nlog>