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>
<root>
<level value="ALL" />
<level value="INFO" />
<appender-ref ref="file" />
</root>
<appender name="file" type="log4net.Appender.RollingFileAppender">

@ -5,8 +5,9 @@ using System.Xml.Serialization;
namespace AM2RLauncher.XML;
/// <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>
/// <remarks>Only affects Linux and Mac! Windows settings can be found in the Wpf project in "app.config".</remarks>
[Serializable]
[XmlRoot("settings")]
public class LauncherConfigXML

Loading…
Cancel
Save