logger.lua - VanaDev/Vana GitHub Wiki

Table of Contents

Available Constants

  • system_log_console
  • system_log_console_file
  • system_log_console_sql
  • system_log_console_file_sql
  • system_log_console_sql_file
  • system_log_file
  • system_log_file_console
  • system_log_file_sql
  • system_log_file_console_sql
  • system_log_file_sql_console
  • system_log_sql
  • system_log_sql_console
  • system_log_sql_file
  • system_log_sql_console_file
  • system_log_sql_file_console

Configuration

log_time_format

Required: Yes

Type: string

Notes: Describes the format that %t expands to. Supports Lua time replacements.

channel

Required: Yes

Type: logging object

Notes: Describes the configuration for logging in ChannelServers.

world

Required: Yes

Type: logging object

Notes: Describes the configuration for logging in WorldServers.

login

Required: Yes

Type: logging object

Notes: Describes the configuration for logging in the LoginServer.

⚠️ **GitHub.com Fallback** ⚠️