EurekaActionType

Top  Previous  Next

This is the EurekaActionType type:

 

Namespace EurekaLogSystem.

 

public enum EurekaActionType

 {

   atShowingExceptionInfo = 0,

   atShowedExceptionInfo = 1,

   atSavingLogFile = 2,

   atSavedLogFile = 3,

   atSendingEmail = 4,

   atSentEmail = 5,

   atSendingWebMessage = 6,

   atSentWebMessage = 7,

   atTerminating = 8,

 }