Getting Started¶
Requirements¶
| Platform | Minimum |
|---|---|
| Android | API 24 (7.0) |
| iOS | 15.0 |
| Kotlin | 2.3.0 |
| Compose Multiplatform | 1.9.3 |
Installation¶
Verify Installation¶
import com.ae.log.AELog
fun main() {
// Simply check if AELog is accessible
AELog.isEnabled = true
println("AELog is accessible and enabled: ${AELog.isEnabled}")
}
Next Steps¶
- Quick Start Guide — Integrate into your app in 5 minutes
- Configuration — Customize behavior and appearance
- Custom Plugins — Build your own debug panels