Skip to content

ucord-org/console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console

Console logger library

[ Package ]

Prerequisites

Usage

Installation

pesde add ucord_org/console

If you are using the library in Lune environment you should add the alias to .luaurc.

{
  "aliases": {
    "lune": "~/.lune/.typedefs/0.10.4/",
    "console": "./lune_packages/console.bin"
  }
}

We highly recommend Lune environment

Docs

console.colors Available colors:

Black, Red, Green, Yellow, Blue, Purple, Cyan, White, BrightBlack, BrightRed, BrightGreen, BrightYellow, BrightBlue, BrightPurple, BrightCyan, BrightWhite, Reset

console.log,

console.log(str: string, time: boolean?)

console.warn

console.warn(str: string, time: boolean?)

console.debug

console.debug(str: string, time: boolean?)

console.error

console.error(str: string, time: boolean?)

About

Console logger library for Luau

Resources

License

Stars

Watchers

Forks

Languages