Interface LogChannel


public interface LogChannel
Generated by: JavaInterface
  • Method Details

    • getChannel

      String getChannel()
      The log channel path
      Returns:
      String
      Since:
      ARI_1_9_0
    • getType

      String getType()
      Types of logs for the log channel
      Returns:
      String
      Since:
      ARI_1_9_0
    • setChannel

      void setChannel(String val)
      Parameters:
      val - The log channel path
      Since:
      ARI_1_9_0
    • setConfiguration

      void setConfiguration(String val)
      Parameters:
      val - The various log levels
      Since:
      ARI_1_9_0
    • setType

      void setType(String val)
      Parameters:
      val - Types of logs for the log channel
      Since:
      ARI_1_9_0
    • getStatus

      String getStatus()
      Whether or not a log type is enabled
      Returns:
      String
      Since:
      ARI_1_9_0
    • getConfiguration

      String getConfiguration()
      The various log levels
      Returns:
      String
      Since:
      ARI_1_9_0
    • setStatus

      void setStatus(String val)
      Parameters:
      val - Whether or not a log type is enabled
      Since:
      ARI_1_9_0