Is there anyway to control the format of the output generated by the "Log" command?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • steveculshaw
    Expert
    • Sep 2009
    • 73

    Is there anyway to control the format of the output generated by the "Log" command?

    Is there anyway to control the format of the output generated by the "Log" command?

    Specifically I'm trying to control the date/time format in the output ...

    Existing
    Code:
    11/10/2017 15:01:23  >> 
    11/10/2017 15:01:23  >> log normal "append:C:\Logs\Sync_Files.log"
    11/10/2017 15:01:23  >> option confirm:yes-to-all
    11/10/2017 15:01:23  >> load "Enterprise Architecture Integration"
    And I need to output ...
    Code:
    2017-10-11 15:01:23 ... rest of details here ...
  • Aaron
    Team Scooter
    • Oct 2007
    • 15997

    #2
    Hello,

    This follows your Windows Regional Settings, so you can update the Short Date under the Region -> Formats tab.
    Aaron P Scooter Software

    Comment

    • steveculshaw
      Expert
      • Sep 2009
      • 73

      #3
      Excellent, that worked great

      Many thanks

      Cheers,
      SteveC.

      Comment

      Working...