enableLogging property

bool enableLogging

Enables logging messages from Keycloak to the console. @default false

Implementation

external bool get enableLogging;
void enableLogging=(bool v)

Implementation

external set enableLogging(bool v);