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.
 
 
 

16 lines
597 B

namespace Common
{
public static class LoggerProperty
{
public const string PROCESSID = "processId";
public const string PAYOUTPARTNERID = "payoutPartnerId";
public const string METHODNAME = "methodName";
public const string CONTROLNO = "controlNo";
public const string CREATEDBY = "createdBy";
public const string MESSAGE = "message";
public const string EXCEPTION = "exception";
public const string LOGGER = "logger";
public const string LEVEL = "level";
public const string IPADDRESS = "userIP";
}
}