Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/20/10 08:50:21 (15 years ago)
Author:
kgrading
Message:

#828 checked in everything to restore build ability

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  
    6464      <threshold value="DEBUG"/>
    6565    </evaluator>
    66     <appender-ref ref="ServertRollingFileAppender" />
     66    <appender-ref ref="ServerRollingFileAppender" />
    6767  </appender>
    6868 
  • branches/3.2/sources/HeuristicLab.Tracing/3.2/HeuristicLab.Tracing-3.2.csproj

    r2900 r4050  
    8888  <ItemGroup>
    8989    <None Include="HeuristicLabTracingPlugin.cs.frame" />
    90     <Compile Include="HiveLogger.cs" />
    9190    <Compile Include="Logger.cs" />
    9291    <Compile Include="HeuristicLabTracingPlugin.cs" />
     92    <Compile Include="MethodCallPatternConverter.cs" />
     93    <Compile Include="MethodCallPatternLayout.cs" />
    9394    <Compile Include="Properties\AssemblyInfo.cs" />
    9495    <Compile Include="Properties\Settings.Designer.cs">
  • branches/3.2/sources/HeuristicLab.Tracing/3.2/Properties/Settings.Designer.cs

    r1622 r4050  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3074
     4//     Runtime Version:2.0.50727.4927
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    2626        [global::System.Configuration.UserScopedSettingAttribute()]
    2727        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    28         [global::System.Configuration.DefaultSettingValueAttribute("")]
     28        [global::System.Configuration.DefaultSettingValueAttribute("HeuristicLab.Hive.log4net.xml")]
    2929        public string TracingLog4netConfigFile {
    3030            get {
  • branches/3.2/sources/HeuristicLab.Tracing/3.2/Properties/Settings.settings

    r1622 r4050  
    44  <Settings>
    55    <Setting Name="TracingLog4netConfigFile" Type="System.String" Scope="User">
    6       <Value Profile="(Default)" />
     6      <Value Profile="(Default)">HeuristicLab.Hive.log4net.xml</Value>
    77    </Setting>
    88  </Settings>
Note: See TracChangeset for help on using the changeset viewer.