Commit 045955ad by wangonghui

添加日志

parent 511807e7
...@@ -19,7 +19,7 @@ namespace VIZ.TVP.Module ...@@ -19,7 +19,7 @@ namespace VIZ.TVP.Module
/// <summary> /// <summary>
/// 日志 /// 日志
/// </summary> /// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(VizResourceFileController)); private static readonly ILog log = LogManager.GetLogger(typeof(LocalResourceFileController));
/// <summary> /// <summary>
/// VIZ资源缩略图控制器 /// VIZ资源缩略图控制器
......
using DevExpress.Utils.Filtering.Internal; using DevExpress.Utils.Filtering.Internal;
using log4net;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Drawing; using System.Drawing;
...@@ -14,6 +15,11 @@ namespace VIZ.TVP.Module ...@@ -14,6 +15,11 @@ namespace VIZ.TVP.Module
public class ThumbnailHelper public class ThumbnailHelper
{ {
/// <summary> /// <summary>
/// 日志
/// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(ThumbnailHelper));
/// <summary>
/// 生成高清缩略图片方法 /// 生成高清缩略图片方法
/// </summary> /// </summary>
/// <param name="image"></param> /// <param name="image"></param>
......
...@@ -33,7 +33,7 @@ namespace VIZ.TVP.Module ...@@ -33,7 +33,7 @@ namespace VIZ.TVP.Module
/// <summary> /// <summary>
/// 日志 /// 日志
/// </summary> /// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(VizResourceViewModel)); private static readonly ILog log = LogManager.GetLogger(typeof(LocalResourceViewModel));
......
...@@ -25,7 +25,7 @@ namespace VIZ.TVP.Module ...@@ -25,7 +25,7 @@ namespace VIZ.TVP.Module
/// <summary> /// <summary>
/// 日志 /// 日志
/// </summary> /// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(VizResourceFileController)); private static readonly ILog log = LogManager.GetLogger(typeof(MediaResourceFileController));
public static AppSettingsSection config = ApplicationDomainEx.DataBaseManager.ConfigContext.configuration.AppSettings; public static AppSettingsSection config = ApplicationDomainEx.DataBaseManager.ConfigContext.configuration.AppSettings;
......
...@@ -16,7 +16,7 @@ namespace VIZ.TVP.Module ...@@ -16,7 +16,7 @@ namespace VIZ.TVP.Module
/// <summary> /// <summary>
/// 日志 /// 日志
/// </summary> /// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(VizResourceFileController)); private static readonly ILog log = LogManager.GetLogger(typeof(MediaResourceFileService));
/// <summary> /// <summary>
/// 使用post方法异步请求 /// 使用post方法异步请求
......
using DevExpress.Data.Mask.Internal; using DevExpress.Data.Mask.Internal;
using DevExpress.Xpf.Core; using DevExpress.Xpf.Core;
using log4net;
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
...@@ -14,6 +15,11 @@ namespace VIZ.TVP.Module ...@@ -14,6 +15,11 @@ namespace VIZ.TVP.Module
{ {
/// <summary> /// <summary>
/// 日志
/// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(CreateFolderViewModel));
/// <summary>
/// 初始化 /// 初始化
/// </summary> /// </summary>
public CreateFolderViewModel() public CreateFolderViewModel()
......
...@@ -34,7 +34,7 @@ namespace VIZ.TVP.Module ...@@ -34,7 +34,7 @@ namespace VIZ.TVP.Module
/// <summary> /// <summary>
/// 日志 /// 日志
/// </summary> /// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(VizResourceViewModel)); private static readonly ILog log = LogManager.GetLogger(typeof(MediaResourceViewModel));
public MediaResourceViewModel() public MediaResourceViewModel()
{ {
......
...@@ -440,7 +440,7 @@ ...@@ -440,7 +440,7 @@
<Folder Include="Program\Controller\" /> <Folder Include="Program\Controller\" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="Resource\VedioImage\Vedio.jpeg"> <None Include="Resource\VedioImage\Vedio.jpeg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None> </None>
</ItemGroup> </ItemGroup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment