
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@ugursahinkaya/logger
Advanced tools
Colored logging in both Node.js and client-side consoles. It also allows Node.js to write logs to a file or transport them via http
Colored logging in both Node.js and client-side consoles. It also allows Node.js to write logs to a file or transport them via http
import { ClientLogger } from "@ugursahinkaya/logger";
const clientLogger = new ClientLogger("ClientApp", "#FF5733", "debug");
clientLogger.debug("Client app initialized");
clientLogger.warn("Low memory warning", { availableMemory: "200MB" });
import { Logger } from "@ugursahinkaya/logger";
const logger = new Logger("ServerModule", "#FF5733", "trace");
logger.info("Server started successfully");
logger.error("Failed to connect to database", { db: "main" });
import { Logger } from "@ugursahinkaya/logger";
const logger = new Logger("ServerModule", "#FF5733", "info", [
{ filePath: "./logs/server_log.txt", levels: ["info", "error"] },
{ url: "http://example.com/logs", levels: ["error"] },
]);
logger.info("Server started successfully");
logger.error("Failed to connect to database", { db: "main" });
If you intend to use this software for a commercial project or commercial purposes, you need to obtain a commercial license.
The commercial license covers the commercial use, integration, and distribution of the software. It grants the user the right to use the software in commercial projects and includes additional support and services.
For more information on commercial license fees and conditions, please contact us at: ugur@sahinkaya.xyz
This software is available for free under the GNU General Public License version 3 (GPLv3).
This license allows the software to be used, modified, and distributed under open source terms. However, when using the software under the GPLv3 license, any project that uses the software must also be distributed under the same license terms.
You can access the full text of the GPLv3 license here.
FAQs
Colored logging in both Node.js and client-side consoles. It also allows Node.js to write logs to a file or transport them via http
We found that @ugursahinkaya/logger demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.