Changeset 4050 for branches/3.2/sources/HeuristicLab.Tracing
- Timestamp:
- 07/20/10 08:50:21 (15 years ago)
- Location:
- branches/3.2/sources/HeuristicLab.Tracing/3.2
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/sources/HeuristicLab.Tracing/3.2/HeuristicLab.Hive.log4net.xml
r3931 r4050 64 64 <threshold value="DEBUG"/> 65 65 </evaluator> 66 <appender-ref ref="Server tRollingFileAppender" />66 <appender-ref ref="ServerRollingFileAppender" /> 67 67 </appender> 68 68 -
branches/3.2/sources/HeuristicLab.Tracing/3.2/HeuristicLab.Tracing-3.2.csproj
r2900 r4050 88 88 <ItemGroup> 89 89 <None Include="HeuristicLabTracingPlugin.cs.frame" /> 90 <Compile Include="HiveLogger.cs" />91 90 <Compile Include="Logger.cs" /> 92 91 <Compile Include="HeuristicLabTracingPlugin.cs" /> 92 <Compile Include="MethodCallPatternConverter.cs" /> 93 <Compile Include="MethodCallPatternLayout.cs" /> 93 94 <Compile Include="Properties\AssemblyInfo.cs" /> 94 95 <Compile Include="Properties\Settings.Designer.cs"> -
branches/3.2/sources/HeuristicLab.Tracing/3.2/Properties/Settings.Designer.cs
r1622 r4050 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:2.0.50727. 30744 // Runtime Version:2.0.50727.4927 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 26 26 [global::System.Configuration.UserScopedSettingAttribute()] 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 [global::System.Configuration.DefaultSettingValueAttribute(" ")]28 [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Hive.log4net.xml")] 29 29 public string TracingLog4netConfigFile { 30 30 get { -
branches/3.2/sources/HeuristicLab.Tracing/3.2/Properties/Settings.settings
r1622 r4050 4 4 <Settings> 5 5 <Setting Name="TracingLog4netConfigFile" Type="System.String" Scope="User"> 6 <Value Profile="(Default)" />6 <Value Profile="(Default)">HeuristicLab.Hive.log4net.xml</Value> 7 7 </Setting> 8 8 </Settings>
Note: See TracChangeset
for help on using the changeset viewer.