fix doc + fix windows logging config still being on ALL

pull/35/head
Miepee 4 years ago
parent e87fede60c
commit 3245adf1b3

@ -1,6 +1,6 @@
<log4net> <log4net>
<root> <root>
<level value="ALL" /> <level value="INFO" />
<appender-ref ref="file" /> <appender-ref ref="file" />
</root> </root>
<appender name="file" type="log4net.Appender.RollingFileAppender"> <appender name="file" type="log4net.Appender.RollingFileAppender">

@ -5,8 +5,9 @@ using System.Xml.Serialization;
namespace AM2RLauncher.XML; namespace AM2RLauncher.XML;
/// <summary> /// <summary>
/// Class that handles how the Launcher settings are saved as XML. Only affects Linux /// Class that handles how the Launcher settings are saved as XML.
/// </summary> /// </summary>
/// <remarks>Only affects Linux and Mac! Windows settings can be found in the Wpf project in "app.config".</remarks>
[Serializable] [Serializable]
[XmlRoot("settings")] [XmlRoot("settings")]
public class LauncherConfigXML public class LauncherConfigXML

Loading…
Cancel
Save