コード例 #1
0
 internal LogEventInfo(LogEventInfoPool pool) : this()
 {
     this.pool = pool;
     this.CreatePutbackDelegate();
 }
コード例 #2
0
 internal void SetPool(LogEventInfoPool pool)
 {
     this.pool = pool;
 }