Exemple #1
0
 public LogContextProperties(LOGGER.LogContextid logContextidid, string logContextValue)
 {
     this._logContextidid  = logContextidid;
     this._logContextValue = logContextValue;
 }
Exemple #2
0
			public LogContextProperties(LOGGER.LogContextid logContextidid, string logContextValue)
			{
				this._logContextidid = logContextidid;
				this._logContextValue = logContextValue;
			}