Tag

log

1 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Apr 26, 2023 · Frontend Development

Customizing console.log Styles and Building a Console Log Button NPM Library

This article demonstrates how to style console.log output using %c placeholders, outlines the supported CSS properties, and walks through creating a lightweight, Vue‑devtool‑inspired log‑button library with Vite, TypeScript, ESLint, Husky, and ChatGPT‑generated UI color palettes, culminating in publishing the package to npm.

ConsoleJavaScriptTypeScript
0 likes · 14 min read
Customizing console.log Styles and Building a Console Log Button NPM Library
Laravel Tech Community
Laravel Tech Community
Feb 4, 2021 · Backend Development

PHP log() Function: Natural Logarithm with Optional Base

The PHP log() function computes the natural logarithm of a number or, when a base is supplied, the logarithm with that base, and the article explains its signature, parameters, return value, and provides example code with expected output.

PHPbackendlog
0 likes · 2 min read
PHP log() Function: Natural Logarithm with Optional Base
IT Xianyu
IT Xianyu
Sep 15, 2020 · Databases

Understanding MySQL Log Files: Redo Log, Undo Log, and Binary Log

This article explains MySQL’s six log files, focusing on the redo log, undo log, and binary log, detailing their purposes, contents, generation and release timing, associated physical files, configuration parameters, and their roles in transaction durability and replication.

MySQLReplicationbinary log
0 likes · 11 min read
Understanding MySQL Log Files: Redo Log, Undo Log, and Binary Log