I want to create a communication log file between client and my production server becoz I am getting a rebex.imap timeout issue frequently for this I am adding a line as below :-
objImapClient.LogWriter = new Rebex.FileLogWriter(@PathForRebexLog, Rebex.LogLevel.Info);
so should I use in my case Rebex.LogLevel.Debug or Rebex.LogLevel.Info ??? please tell me quickly as possible.