Documentation ¶
Overview ¶
Package constants adds constants for SweetRPG projects.
Index ¶
Constants ¶
View Source
const ( DEBUG = "DEBUG" // Debug level logging. ERROR = "ERROR" // Error level logging. INFO = "INFO" // Info level logging. WARN = "WARN" // Warn level logging. )
Values.
The values defined here are common string and integer values.
View Source
const (
LOG_LEVEL = "LOG_LEVEL" // Environment variable for declaring the log level.
)
Environment variables.
The values defined here are environment variable names commonly used by SweetRPG libraries and applications.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.