Monitor, analyze, and debug your applications across multiple environments with LogArc's powerful centralized logging platform.
LogArc provides everything you need to monitor and debug your applications effectively.
Monitor logs from local, development, staging, and production environments all in one place.
Capture detailed context including class names, method names, line numbers, and custom data.
Get instant insights with real-time dashboards showing log levels, environments, and trends.
Track user actions and context with detailed user information in every log entry.
Secure multi-tenancy with unique project keys and isolated log storage.
Easy REST API integration with comprehensive validation and error handling.
LogArc is open source at heart. Our sponsors fund new features, bug fixes, and keep the platform free forever for all developers.
Sponsor LogArcWant to see your logo here? Become a sponsor
Get started with LogArc in just three simple steps.
Register a new project and get your unique project key for secure API access.
Use the simple REST API to send logs from your applications to LogArc.
View real-time analytics, search logs, and debug issues from the intuitive dashboard.
POST /api/log
{
"project_key": "your-project-uuid",
"log_timestamp": "2023-10-01T12:00:00Z",
"app_env": "production",
"level": "info",
"class_name": "App\\Services\\UserService",
"method_name": "createUser",
"line_number": 42,
"message": "User created successfully",
"data": {"user_id": 123, "email": "user@example.com"},
"user": {"id": 1, "name": "Admin User"}
}
LogArc supports all standard logging levels for complete application monitoring.
Detailed debugging information
General information messages
Warning conditions
Error conditions
Critical conditions
Action must be taken immediately
System is unusable
Normal but significant events
LogArc is built using modern, reliable technologies that ensure performance, security, and scalability.
LogArc is built with Laravel and provides seamless integration. More framework support coming soon!
JavaScript runtime support coming soon
Coming SoonPython framework support planned
Coming SoonLogArc works with any application that can make HTTP requests via our REST API
Help us make application monitoring accessible to developers everywhere.