Skip to content

sunwind/logs.ahk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

log.ahk

A powerful, no-nonsense logging library for AHK

Installation

In a terminal or command line navigated to your project folder:

npm install log.ahk
npm install json.ahk

In your code only export.ahk needs to be included:

#Include %A_ScriptDir%\node_modules
#Include log.ahk\export.ahk
#Include json.ahk\export.ahk ; log.ahk depends on json.ahk

logger := new log()
logger.add("application starting...")

You may also review or copy the library from ./export.ahk on GitHub; #Incude as you would normally when manually downloading.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 100.0%