OPC function change

This commit is contained in:
luosheng
2023-06-03 14:51:04 +08:00
parent 58e546681a
commit 63788a1fd4
15 changed files with 55 additions and 144 deletions

View File

@@ -9,7 +9,7 @@ namespace MachineJob
{
return (level, func, exception, parameters) =>
{
if (level >= Quartz.Logging.LogLevel.Info && func != null)
if (func != null)
{
Console.WriteLine("[" + DateTime.Now.ToLongTimeString() + "] [" + level + "] " + func(), parameters);
}