coralogix/php-coralogix-sdk

View on GitHub
src/Coralogix/CoralogixLogger.php

Summary

Maintainability
A
0 mins
Test Coverage

Method log has 6 arguments (exceeds 4 allowed). Consider refactoring.
Wontfix

    public function log(int $severity, $message, string $category = NULL, string $class_name = "", string $method_name = "", string $thread_id = "")
Severity: Minor
Found in src/Coralogix/CoralogixLogger.php - About 45 mins to fix

    Method debug has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Wontfix

        public function debug($message, string $category = NULL, string $class_name = "", string $method_name = "", string $thread_id = "")
    Severity: Minor
    Found in src/Coralogix/CoralogixLogger.php - About 35 mins to fix

      Method error has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Wontfix

          public function error($message, string $category = NULL, string $class_name = "", string $method_name = "", string $thread_id = "")
      Severity: Minor
      Found in src/Coralogix/CoralogixLogger.php - About 35 mins to fix

        Method warning has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Wontfix

            public function warning($message, string $category = NULL, string $class_name = "", string $method_name = "", string $thread_id = "")
        Severity: Minor
        Found in src/Coralogix/CoralogixLogger.php - About 35 mins to fix

          Method critical has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Wontfix

              public function critical($message, string $category = NULL, string $class_name = "", string $method_name = "", string $thread_id = "")
          Severity: Minor
          Found in src/Coralogix/CoralogixLogger.php - About 35 mins to fix

            Method verbose has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Wontfix

                public function verbose($message, string $category = NULL, string $class_name = "", string $method_name = "", string $thread_id = "")
            Severity: Minor
            Found in src/Coralogix/CoralogixLogger.php - About 35 mins to fix

              Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Wontfix

                  public function __construct(string $private_key = NULL, string $app_name = NULL, string $subsystem = NULL, string $category = NULL, bool $sync_time = false)
              Severity: Minor
              Found in src/Coralogix/CoralogixLogger.php - About 35 mins to fix

                Method info has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Wontfix

                    public function info($message, string $category = NULL, string $class_name = "", string $method_name = "", string $thread_id = "")
                Severity: Minor
                Found in src/Coralogix/CoralogixLogger.php - About 35 mins to fix

                  There are no issues that match your filters.

                  Category
                  Status