Пример #1
0
 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);
 }