Hi All,
I am trying to fetch log information using following code:
Log log = new Log(ref server); //server is the active object of Server class.
List<LogClass> logs = log.GetAll();
I am getting empty collection. However, there are many log entries available.
Please help me out...