コード例 #1
0
ファイル: NLogger.cs プロジェクト: Brontsy/Vintage-Rabbit
 public NLogger(Type type, GetContext preSetTags = null)
 {
     logger = LogManager.GetLogger(type.FullName);
     this.type = type;
     this.preSetTags = preSetTags;
     this.info = GetLoggingInfo(type);
 }
コード例 #2
0
 public LogInfoAttribute(UInt16 eventId)
 {
     info = new LogInfoData(eventId);
 }