Repro - Mobile Analytics for growth
日本語
Sign Up Back to Dashboard
  • System Requirements
  • Dashboard Guide
  • Development Guide
    • Signup
    • iOS/Android SDK
      • Get Started
      • Session Lifecycle
      • User ID
      • Device ID
      • User Profile
      • Event Tracking
      • Push Notification
      • NewsFeed
      • In-App Message
      • Silver Egg Recommendation Messages
      • Remote Config
      • WebView
      • Opt-out feature
      • Settings regarding the collection of advertiser IDs
      • Registering an user device into a specific audience with the help of a QR code
      • Set attribution data from Adjust to Repro
      • Set attribution data from AppsFlyer to Repro
      • Log Level
        • Set log level
      • Verification Method
    • Web
    • Audience API
    • Audience Import(β)
    • Push API
    • User Profile API
    • User Profile Bulk Import
    • NewsFeed API
    • Deletion Targeted User Registration API
    • Booster installation guide
    • Mail(β)
  • Release Notes
  • FAQ

Log Level¶

You can change the log level to one of the followings:

  • Debug
  • Info (by default)
  • Warning
  • Error

Set log level¶

// DEBUG
[Repro setLogLevel:RPRLogLevelDebug];

// INFO
[Repro setLogLevel:RPRLogLevelInfo];

// WARNING
[Repro setLogLevel:RPRLogLevelWarn];

// ERROR
[Repro setLogLevel:RPRLogLevelError];
// DEBUG
Repro.set(logLevel: .debug)

// INFO
Repro.set(logLevel: .info)

// WARNING
Repro.set(logLevel: .warn)

// ERROR
Repro.set(logLevel: .error)
// DEBUG
Repro.setLogLevel(Log.DEBUG);

// INFO
Repro.setLogLevel(Log.INFO);

// WARNING
Repro.setLogLevel(Log.WARN);

// ERROR
Repro.setLogLevel(Log.ERROR);
// DEBUG
ReproCpp::setLogLevel("Debug");

// INFO
ReproCpp::setLogLevel("Info");

// WARNING
ReproCpp::setLogLevel("Warn");

// ERROR
ReproCpp::setLogLevel("Error");
// DEBUG
Repro.SetLogLevel ("Debug");

// INFO
Repro.SetLogLevel ("Info");

// WARNING
Repro.SetLogLevel ("Warn");

// ERROR
Repro.SetLogLevel ("Error");
// DEBUG
Repro.setLogLevel("Debug");

// INFO
Repro.setLogLevel("Info");

// WARNING
Repro.setLogLevel("Warn");

// ERROR
Repro.setLogLevel("Error");
// DEBUG
Repro.setLogLevel(Repro.LOGLEVEL_DEBUG);

// INFO
Repro.setLogLevel(Repro.LOGLEVEL_INFO);

// WARNING
Repro.setLogLevel(Repro.LOGLEVEL_WARN);

// ERROR
Repro.setLogLevel(Repro.LOGLEVEL_ERROR);
// DEBUG
await Repro.setLogLevel(LogLevel.debug);

// INFO
await Repro.setLogLevel(LogLevel.info);

// WARNING
await Repro.setLogLevel(LogLevel.warn);

// ERROR
await Repro.setLogLevel(LogLevel.error);
  • « Set attribution data from AppsFlyer to Repro
  • Verification Method »

About Us Careers Terms of Service Privacy Policy Cookie Policy

© 2022 Repro Inc.