enableLogging method
Enables logging
Implementation
VinculumConfigBuilder enableLogging([bool enable = true]) {
_enableLogging = enable;
return this;
}
Enables logging
VinculumConfigBuilder enableLogging([bool enable = true]) {
_enableLogging = enable;
return this;
}