..
This commit is contained in:
@@ -206,10 +206,19 @@ namespace Project
|
||||
|
||||
//log
|
||||
log = new AR.Log();
|
||||
log.Textenc = System.Text.Encoding.UTF8;
|
||||
|
||||
logagv = new AR.Log();
|
||||
logagv.Textenc = System.Text.Encoding.UTF8;
|
||||
|
||||
logplc = new AR.Log();
|
||||
logplc.Textenc = System.Text.Encoding.UTF8;
|
||||
|
||||
logbms = new AR.Log();
|
||||
logbms.Textenc = System.Text.Encoding.UTF8;
|
||||
|
||||
logxbee = new AR.Log();
|
||||
logxbee.Textenc = System.Text.Encoding.UTF8;
|
||||
|
||||
logagv.FileNameFormat = "{yyyyMMdd}_agv";
|
||||
logplc.FileNameFormat = "{yyyyMMdd}_plc";
|
||||
|
||||
Reference in New Issue
Block a user