コード例 #1
0
 public RompScopedLogger(RompExecutionEnvironment executer, ScopeIdentifier current, ActiveNamedScope parent, IEnumerable <IMessage> initialMessages = null)
     : base(current, parent)
 {
     this.executer        = executer;
     this.initialMessages = initialMessages;
 }
コード例 #2
0
 public ActiveNamedScope CreateLogScope(ScopeIdentifier current, ActiveNamedScope parent) => new RompScopedLogger(this, current, parent);