PHP 8.2.30
Preview: logger.ts Size: 245 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@adminjs/express/src/logger.ts

export const log = {
  /**
   * Logs the debug message to console if `process.env.ADMINJS_EXPRESS_DEBUG` is set
   */
  debug: (message: string): void => {
    if (process.env.ADMINJS_EXPRESS_DEBUG) {
      console.debug(message);
    }
  },
};

Directory Contents

Dirs: 2 × Files: 7

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-28 00:29:10
Edit Download
typings DIR
- drwxr-xr-x 2026-02-28 00:28:58
Edit Download
3.17 KB lrw-r--r-- 2026-02-28 00:28:46
Edit Download
3.57 KB lrw-r--r-- 2026-02-28 00:28:50
Edit Download
120 B lrw-r--r-- 2026-02-28 00:28:54
Edit Download
1.07 KB lrw-r--r-- 2026-02-28 00:28:58
Edit Download
3.75 KB lrw-r--r-- 2026-02-28 00:29:00
Edit Download
245 B lrw-r--r-- 2026-02-28 00:29:00
Edit Download
1.12 KB lrw-r--r-- 2026-02-28 00:29:12
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).