You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
597 B

1 year ago
  1. namespace Common
  2. {
  3. public static class LoggerProperty
  4. {
  5. public const string PROCESSID = "processId";
  6. public const string PAYOUTPARTNERID = "payoutPartnerId";
  7. public const string METHODNAME = "methodName";
  8. public const string CONTROLNO = "controlNo";
  9. public const string CREATEDBY = "createdBy";
  10. public const string MESSAGE = "message";
  11. public const string EXCEPTION = "exception";
  12. public const string LOGGER = "logger";
  13. public const string LEVEL = "level";
  14. public const string IPADDRESS = "userIP";
  15. }
  16. }