コード例 #1
0
 public void Update(Hacker hacker)
 {
     _inner.Update(hacker);
     _logger.Information("Update called with {@hacker}", hacker);
 }
コード例 #2
0
 public void Add(Hacker hacker)
 {
     _inner.Add(hacker);
     _logger.Information("Add called with {@hacker}", hacker);
 }