Commit 045955ad by wangonghui

添加日志

parent 511807e7
......@@ -19,7 +19,7 @@ namespace VIZ.TVP.Module
/// <summary>
/// 日志
/// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(VizResourceFileController));
private static readonly ILog log = LogManager.GetLogger(typeof(LocalResourceFileController));
/// <summary>
/// VIZ资源缩略图控制器
......
using DevExpress.Utils.Filtering.Internal;
using log4net;
using System;
using System.Collections.Generic;
using System.Drawing;
......@@ -14,6 +15,11 @@ namespace VIZ.TVP.Module
public class ThumbnailHelper
{
/// <summary>
/// 日志
/// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(ThumbnailHelper));
/// <summary>
/// 生成高清缩略图片方法
/// </summary>
/// <param name="image"></param>
......
......@@ -33,7 +33,7 @@ namespace VIZ.TVP.Module
/// <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
/// <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;
......
......@@ -16,7 +16,7 @@ namespace VIZ.TVP.Module
/// <summary>
/// 日志
/// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(VizResourceFileController));
private static readonly ILog log = LogManager.GetLogger(typeof(MediaResourceFileService));
/// <summary>
/// 使用post方法异步请求
......
using DevExpress.Data.Mask.Internal;
using DevExpress.Xpf.Core;
using log4net;
using System;
using System.Collections.Generic;
using System.Linq;
......@@ -14,6 +15,11 @@ namespace VIZ.TVP.Module
{
/// <summary>
/// 日志
/// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(CreateFolderViewModel));
/// <summary>
/// 初始化
/// </summary>
public CreateFolderViewModel()
......
......@@ -34,7 +34,7 @@ namespace VIZ.TVP.Module
/// <summary>
/// 日志
/// </summary>
private static readonly ILog log = LogManager.GetLogger(typeof(VizResourceViewModel));
private static readonly ILog log = LogManager.GetLogger(typeof(MediaResourceViewModel));
public MediaResourceViewModel()
{
......
......@@ -440,7 +440,7 @@
<Folder Include="Program\Controller\" />
</ItemGroup>
<ItemGroup>
<None Include="Resource\VedioImage\Vedio.jpeg">
<None Include="Resource\VedioImage\Vedio.jpeg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</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