GrenLogger Documentation
Everything you need to integrate GrenLogger into your applications.
Get startedQuick Start
Get started in under 5 minutes with our SDKs.
Get startedPlatform SDKs
Code example
import GrenLogger
// Initialize once at app startup
GrenLogger.initialize(
apiKey: "your-api-key",
userId: "user-123" // optional
)
// Log messages
GrenLogger.info("User logged in", metadata: ["method": "google"])
GrenLogger.error("Payment failed", metadata: ["code": "CARD_DECLINED"])Remote Log Activation
Privacy-first: configure with remote: false and local: true, then activate specific users from the dashboard.
Security first
All SDKs include built-in SSL pinning with dynamic certificate updates, cryptographic signature verification, and secure transport.
Ready to get started?
Create your free account and start logging in minutes.
Create free account