Logging
class Logging (View source)
Logging functionality for webserver.
This includes web server specific code to log some information.
Methods
static string
getLogDestination(string $authLog)
Get authentication logging destination
static string
getLogMessage(string $user, string $status)
Generate log message for authentication logging
Details
static string
getLogDestination(string $authLog)
Get authentication logging destination
static string
getLogMessage(string $user, string $status)
Generate log message for authentication logging
static void
logUser(Config $config, string $user, string $status = 'ok')
Logs user information to webserver logs.