package
0.0.0-20210915183647-588d2c83ddb7
Repository: https://github.com/syncore/a2sapi.git
Documentation: pkg.go.dev
# Functions
LogAppError logs application-related errors, if enabled, to the app log file.
LogAppErrorf logs formatted application-related errors, if enabled, to the app log file.
LogAppInfo logs application-related info messages, if enabled, to the app log file.
LogSteamError logs Steam-related errors, if enabled, to the Steam log file.
LogSteamErrorf logs formatted Steam-related errors, if enabled, to the Steam log file.
LogSteamInfo logs Steam-related info messages, if enabled, to the Steam log file.
LogWebError logs API-related web errors, if enabled, to the web log file.
LogWebErrorf logs formatted API-related web errors, if enabled, to the web log file.
LogWebRequest logs web requests as debug messages, if enabled to stdout, as well as logging web requests as info messages to the web log file.
WriteDebug writes the specified debug message to to stdout, if enabled.