Skip to content

jqms/OnixClientLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logs Onix Client Scripting logs to the Visual Studio Code console.

Requirements

  • Onix Client Premium Scripting is required to use the Onix Client Logger extension.
  • OnixClientLogger library (will be automatically downloaded when you import the library)

Usage

-- Import the library
importLib("OnixClientLogger")

-- Log a message to the console
vs.log("Hello World!")

-- Clear the log file
vs.clearLog()


-- Example
importLib("OnixClientLogger")

function postInit()
    vs.clearLog()
    vs.log("Hello World!")
end

1.0.0

Initial release of Onix Client Logger.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors