Class LogTool


  • public class LogTool
    extends Object
    Simple utility class to give access to the system's log from within the Automation
    Since:
    7.5.1
    Author:
    Marco Meschieri - LogicalDOC
    • Constructor Detail

      • LogTool

        public LogTool()
    • Method Detail

      • print

        public void print​(String message)
        Prints in the system output
        Parameters:
        message - the message to print
      • debug

        public void debug​(String message)
        Writes in the system log with DEBUG priority
        Parameters:
        message - the message to print
      • info

        public void info​(String message)
        Writes in the system log with INFO priority
        Parameters:
        message - the message to print
      • warn

        public void warn​(String message)
        Writes in the system log with WARN priority
        Parameters:
        message - the message to print
      • error

        public void error​(String message)
        Writes in the system log with ERROR priority
        Parameters:
        message - the message to print