update 20250424
This commit is contained in:
@@ -11,6 +11,7 @@ using System.Data;
|
||||
using System.Security.Cryptography;
|
||||
|
||||
|
||||
|
||||
namespace OnDoc_Paketversand
|
||||
{
|
||||
internal class Program
|
||||
@@ -23,6 +24,19 @@ namespace OnDoc_Paketversand
|
||||
{
|
||||
run();
|
||||
}
|
||||
|
||||
public static void InitLogging()
|
||||
{
|
||||
|
||||
|
||||
Get_Tabledata("Select * from nlog_parameter WHERE ID=4", false, true);
|
||||
Logging.Logging.IntLogLevel = dsdaten.Tables[0].Rows[0]["LogLevel"].ToString();
|
||||
Logging.Logging.IntUserID = dsdaten.Tables[0].Rows[0]["LogUserID"].ToString();
|
||||
Logging.Logging.connectionstring = Properties.Settings.Default.LogConnectionstring;
|
||||
Logging.Logging.init_logger();
|
||||
|
||||
}
|
||||
|
||||
private static void run(){
|
||||
connectionstring = Properties.Settings.Default.Connectionstring;
|
||||
Console.WriteLine(connectionstring);
|
||||
@@ -65,8 +79,6 @@ namespace OnDoc_Paketversand
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return;
|
||||
}
|
||||
catch { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user