Server Log
Devtools panel for aggregation of diagnostic logs from the server
Server Log क्या है?
Server Log Rasmus Schultz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Devtools panel for aggregation of diagnostic logs from the server"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Server Log एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension enables aggregation of server-side logs to a new "Server Log" panel in Devtools. The header-format of the Chrome Logger extension (by Craig Campbell) is supported for backwards compatibility - this extension will work as a drop-in replacement for Chrome Logger, but improves the experience by clearly indicating the source of log-entries (from multiple async requests) and by separating the server-side from the client-side log (in the "Console" panel) into a dedicated "Server Log" panel. Existing server-side libraries can progressively move from the X-ChromeLogger-Data header format to the new X-ServerLog-Location header, which avoids buffer overrun issues in Chrome, NGINX, Apache and probably others. New server-side libraries can use plain HTML for diagnostic logs, which provides developers with complete freedom to format and present log-data in any way you wish. If you fork or update an existing server-side library (or create your own!) please open an issue, and we'll list your library!
एक्सटेंशन की मूल जानकारी
नाम | Server Log |
ID | lophlnbmepajcpfhafaciibembckdpih |
आधिकारिक URL | https://chromewebstore.google.com/detail/server-log/lophlnbmepajcpfhafaciibembckdpih |
विवरण | Devtools panel for aggregation of diagnostic logs from the server |
फ़ाइल का आकार | 27.56 KB |
स्थापना संख्या | 157 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2019-02-16 |
प्रकाशन तिथि | 2019-02-12 |
डेवलपर | Rasmus Schultz |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/kodus/server-log |
सहायता पृष्ठ URL | https://github.com/kodus/server-log/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Server Log", "version": "1.0.1", "manifest_version": 2, "description": "Devtools panel for aggregation of diagnostic logs from the server", "devtools_page": "devtools.html", "permissions": [ " |