Class ContentLogging

java.lang.Object
com.oracle.content.sdk.ContentLogging

public class ContentLogging extends Object
Specify how the SDK should handle logging. Logging level can be NONE, INFO, or HTTP (which includes full http traffic). An optional LogCallback can be specified to intercept logging messages for your own use.
  • Constructor Details

  • Method Details

    • getLogLevel

      public ContentLogging.LogLevel getLogLevel()
      Get the current log level in use
      Returns:
      level for logging
    • isEnabled

      public boolean isEnabled()
    • isHttpEnabled

      public boolean isHttpEnabled()
    • log

      public void log(Level priority, String tag, String message)