Logan is a log platform with ability to collect、store、upload and analyze front-end logs. We provide five components, including iOS SDK, Android SDK, Web SDK, analysis services Server SDK and LoganSite. In addition, we also provide a Flutter plugin Flutter Plugin.
Search Logs
Log Detail
First create a file named Podfile, then copy the following code into the file.
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'TargetName' do
pod 'Logan', '~> 1.2.5'
end
Finally run the following command in root directory of your project.
pod install
More to see: iOS SDK
Android Studio: Not required, version 3.4 or higher is recomand.
NDK: r16b
CMake: >= 3.4.1
Jdk: 1.7 or 1.8(recomand)
More to see: Android SDK
Web SDK supports logging in the H5 and browser environment.
Install logan-web using npm
:
npm install --save logan-web
Or yarn
:
yarn add logan-web
More to see: Web SDK
LoganSite provides a visualized way for developers to scan and search logs uploaded from App and Web.
Node: ^10.15.3
yarn: ^1.15.2 或 npm ^6.12.0