updfate 20250919
This commit is contained in:
@@ -25,6 +25,7 @@ namespace API_NetFramework.Models
|
||||
db.Get_Tabledata("Select * from nlog_parameter where id=3", false, true);
|
||||
Logging.Logging.IntLogLevel = db.dsdaten.Tables[0].Rows[0]["LogLevel"].ToString();
|
||||
Logging.Logging.IntUserID = db.dsdaten.Tables[0].Rows[0]["LogUserID"].ToString();
|
||||
|
||||
//Logging.Logging.connectionstring = journalconnectionstring;
|
||||
//Logging.Logging.init_logger();
|
||||
db.Get_Tabledata("Select * from nlog_parameter WHERE ID=2", false, true);
|
||||
@@ -32,10 +33,10 @@ namespace API_NetFramework.Models
|
||||
Logging.DocLog.IntUserID = db.dsdaten.Tables[0].Rows[0]["LogUserID"].ToString();
|
||||
Logging.DocLog.connectionstring= journalconnectionstring;
|
||||
Logging.DocLog.init_logger();
|
||||
// Logging.DocLog.init_logger();
|
||||
// Logging.DocLog.init_logger();
|
||||
//Logging.DocLog.connectionstring = connectionstring;
|
||||
|
||||
db = null;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user