mirror of
https://github.com/araxiaonline/ets-module-collection.git
synced 2026-06-13 02:52:20 -04:00
13 lines
158 B
TypeScript
13 lines
158 B
TypeScript
/**
|
|
* Global Environment Variables for modules
|
|
*/
|
|
|
|
/**
|
|
* LogLevel
|
|
* 1 = Error
|
|
* 2 = Warn
|
|
* 3 = Info
|
|
* 4 = Debug
|
|
* 5 = Log
|
|
*/
|
|
_G["ets_loglevel"] = 5;
|