deploy: cf49f69612
This commit is contained in:
@@ -1,7 +1,31 @@
|
||||
Log levels
|
||||
# Log
|
||||
|
||||
## Fields
|
||||
|
||||
|Field|Type|Description|
|
||||
|---|---|---|
|
||||
|
||||
## Functions
|
||||
|
||||
|Method|Returns|Description|
|
||||
|---|---|---|
|
||||
|[Log.error](#Log.error)|-|
|
||||
|[Log.setEnabled](#Log.setEnabled)|-|
|
||||
|[Log.setLogToFile](#Log.setLogToFile)|-|
|
||||
|
||||
## Log.error()
|
||||
Sends a debug message to the logger.
|
||||
@vararg string The message to log
|
||||
Sends an info message to the logger.
|
||||
@vararg string The message to log
|
||||
Sends a warning message to the logger.
|
||||
@vararg string The message to log
|
||||
Sends an error message to the logger.
|
||||
@vararg string The message to log
|
||||
|
||||
## Log.setEnabled()
|
||||
sets if the logger should log
|
||||
|
||||
## Log.setLogToFile()
|
||||
Sets if the logger should log to a file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user