?? LogService

??????:
LoggerFactory

@ProviderType public interface LogService extends LoggerFactory
LogService for logging information.

Replaced by LoggerFactory.

  • ??????

    • LOG_ERROR

      @Deprecated static final int LOG_ERROR
      ????
      Since 1.4. Replaced by LogLevel.ERROR.
      An error message (Value 1).

      This log entry indicates the bundle or service may not be functional.

      ????:
    • LOG_WARNING

      @Deprecated static final int LOG_WARNING
      ????
      Since 1.4. Replaced by LogLevel.WARN.
      A warning message (Value 2).

      This log entry indicates a bundle or service is still functioning but may experience problems in the future because of the warning condition.

      ????:
    • LOG_INFO

      @Deprecated static final int LOG_INFO
      ????
      Since 1.4. Replaced by LogLevel.INFO.
      An informational message (Value 3).

      This log entry may be the result of any change in the bundle or service and does not indicate a problem.

      ????:
    • LOG_DEBUG

      @Deprecated static final int LOG_DEBUG
      ????
      Since 1.4. Replaced by LogLevel.DEBUG.
      A debugging message (Value 4).

      This log entry is used for problem determination and may be irrelevant to anyone but the bundle developer.

      ????:
  • ??????