Esempio n. 1
0
 public void CreateLogEntry(LogEntry entry)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void LogException(CodeCampAuthorizationException codeCampException)
 {
     //TODO JAS Do something with the log entry thingee
     var entry = new LogEntry(codeCampException.GetBaseException().Message);            
 }