executeLog

Executes a specific type of logger.

package
static if(loggingEnabled)
void
executeLog
(,
HttpClient client
,
lazy string message = null
)

Parameters

logType LogType

The type of logger to execute.

client HttpClient

The client to log.

message string

The message associated with the log.

Meta