示例#1
0
 public void LogException(CodeCampAuthorizationException codeCampException)
 {
     //TODO JAS Do something with the log entry thingee
     var entry = new LogEntry(codeCampException.GetBaseException().Message);            
 }