Closed junlarsen closed 5 years ago
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
Simply replace any existing Client::setLogging(false) calls to Client::disableLogging()
Client::setLogging(false)
Client::disableLogging()
The PR fulfills these requirements:
development
master
fix #xxx[,#xxx]
Other information: Closes #56
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
Simply replace any existing
Client::setLogging(false)
calls toClient::disableLogging()
The PR fulfills these requirements:
development
branch, not themaster
branchfix #xxx[,#xxx]
, where "xxx" is the issue number)Other information: Closes #56