Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@oddlog/record
Advanced tools
A record instance has the following attributes:
Name | Type | Description |
---|---|---|
array | Array | The raw parsed array. |
schemaVersion | Number | The schema version of the record. |
typeKey | ?String | The key within the payload that describes the type. |
isCustomMeta | Boolean | Whether the meta data is not the default (platform, host, pid) meta data; it is not if custom meta data got passed during logger creation. |
metaInput | ?Array/Object | The plain meta data as passed during logger creation. |
meta | ?Array/Object | The parsed meta object ({platform,host,pid} ; if !isCustomMeta ), the metaInput otherwise. |
name | String | The logger name. |
date | Date | The record date. |
level | Number | The severity level of the record. |
levelName | String | The string value of level . |
floorLevelName | String | The levelName , if found; the floor index severity level name otherwise. |
source | ?{file,row,col} | The source location of the logging method call. |
sourceInput | ?[file,row,col] | The raw source . |
message | String | The primary message of the record. |
payload | * | The payload of the record. |
FAQs
The log record processing library for oddlog.
The npm package @oddlog/record receives a total of 12 weekly downloads. As such, @oddlog/record popularity was classified as not popular.
We found that @oddlog/record demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.