commandbox.system.modules_app.system-commands.commands

Class system-log

lucee.Component
    extended by commandbox.system.modules_app.system-commands.commands.system-log

Outputs the path to the system log file . {code:bash} system-log {code} Combine with other commands to print the contents of the log to the console or open the log file in the default editor. . {code:bash} system-log | open system-log | cat system-log | tail {code}

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any run()
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    run

    public any run()