dk-log
v1.0.1-alpha.3
Published
DK standard libraries
Downloads
38
Readme
DK-log
DK console
API
Types
Log_s
| Variable | Type |Desc | | ---: | ----- | ------------- | |id | Any_id |Id library |is | Any_is | System library |title | Str_s | Title in console.log |data | Arr_s | Array data
Constants
Default library
| Name | Type | Value | Desc | | --- | ----- | ------- | ------ | |LOG_NAME| Str_std | dk-log | Name library |LOG_VER| Str_std | 1.0.1 | Version library |LOG_KEY| Str_std | log | Key library |LOG_ID| Any_id | 10 | Id library
Functions
log_nil = (): Log_s
null
log_new (title: Str_s): Log_s
new
log_print (log:Log_s): Err_std
print log in console
log_table (log:Log_s): Err_std
print log in console in table format