Example #1
0
 public override void DoRun()
 {
     Log.Log("Url: " + Inn.getConnection().MapClientUrl("../../") + " DB: " + Inn.getConnection().Database);
     PrintReleaseAndServicePack();
     Log.Log(String.Empty);
     PrintLatestDatabaseUpgrade();
     Log.Log(String.Empty);
     PrintLatestModifiedAdminType();
     Log.Log(String.Empty);
     PrintLastLoggedInUser();
 }