Skip to main content
Module

x/windows_service/mod.ts>WindowsService#logDebug

Deno library to seamlessly integrate your application as a Windows service without any external tools.
Latest
method WindowsService.prototype.logDebug
import { WindowsService } from "https://deno.land/x/windows_service@1.0.11/mod.ts";

Logs a debug message.

Parameters

message: string
  • The message to log.