Documentation
Base Resource

logs

The supplied manifest describes this resource as “VCore - Logs”.

v1.0.0VCore FrameworkVCORE foundation

Introduction

The supplied manifest describes this resource as “VCore - Logs”.

1Client Lua
7Server Lua
8Exports
6Events
2SQL tables

UI page: ui/index.html

Dependencies & References

ResourceDetected asPackage status
coreManifest dependencyIncluded in Base
oxmysqlManifest dependencyExternal / prerequisite

Cross-resource export calls

ResourceFunctions called
coregetCoreObject

Installation / Start Order

The supplied server.cfg enables this resource in the VCORE foundation stage at enabled-resource position 15. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.

server.cfg
ensure logs

Configuration

Config files

  • config.lua

Top-level config keys detected

No Config/VCOREConfig keys detected by the audit.

Events, Exports & Callbacks

Exports

Server exports8
  • DoLog
  • Flush
  • GetHealth
  • GetWebhookConvar
  • Log
  • OpenPanel
  • Query
  • Track

Callbacks

No Vcore callback registrations were detected.

Registered network events

Client registered events4
  • logs:client:appendLog
  • logs:client:forceClose
  • logs:client:openPanel
  • logs:client:panelResponse
Server registered events2
  • logs:server:panelClosed
  • logs:server:panelRequest

Commands

No commands were detected.

Database / SQL

FileType
sql/logs.sqlResource SQL file
vcore_logsvcore_logs_flags

The root Base package also ships the consolidated VCORE_INSTALL.sql.

Source Layout

AreaDetected files
Client Lua1
Server Lua7
Other/shared Lua2
JavaScript1
HTML1
CSS1
SQL1

Troubleshooting

  • Confirm all manifest dependencies are started before logs.
  • Check the supplied start-order note above; resources absent from server.cfg need an explicit decision before enabling.
  • If database queries fail, import the consolidated Base SQL and any resource-local SQL listed above.
  • If the UI fails, verify the resource's NUI files and ui_page when one is declared.