Example #1
0
 private void SetProperty(string propertyName)
 {
     ApplicationRegistryService.Property(propertyName, this);
     ConfigurationService.Property(propertyName, this);
     DiagnosticService.Property(propertyName, this);
     LoggerService.Property(propertyName, this);
     UserRegistryService.Property(propertyName, this);
     RoleService.Property(propertyName, this);
     SystemLogReaderService.Property(propertyName, this);
 }
Example #2
0
 public List <LogEntry> GetLogEntries(DateTime from, DateTime to)
 {
     return(SystemLogReaderService.GetLogEntries(from, to));
 }