Toggle navigation
Home
org.neo4j.kernel.logging.ConsoleLogger to org.neo4j.logging.Log
No. of Instances - 24
No. of Commits - 2
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
dependencies.logging()
to
userLogProvider
webServerPort()
to
serverPort
webServerPort()
to
serverPort
webServerPort()
to
serverPort
webServerPort()
to
serverPort
webServerPort()
to
serverPort
log.log("Neo4j Server shutdown initiated by request")
to
log.info("Neo4j Server shutdown initiated by request")
dependencies.logging().getConsoleLog(getClass())
to
dependencies.userLogProvider().getLog(getClass())
console
to
logProvider.getLog(getClass())
consoleLog.error("UNABLE TO START UP AS SLAVE: " + e.getMessage())
to
userLog.error("UNABLE TO START UP AS SLAVE: %s",e.getMessage())
msgLog.logMessage("Error while trying to switch to slave",t)
to
msgLog.error("Error while trying to switch to slave",t)
msgLog.logMessage("Attempting to switch to slave in " + wait.get() + "s")
to
msgLog.info("Attempting to switch to slave in %ds",wait.get())
logging.getConsoleLog(getClass())
to
logService.getUserLog(getClass())
console
to
logService.getUserLog(getClass())
console
to
logProvider.getLog(getClass())
Rename Method invocation
log
to
info
log
to
info
log
to
info
log
to
info
log
to
info
log
to
info
log
to
info
log
to
error
log
to
info
Update String Literal
"Starting HTTP on port :%s with %d threads available"
to
"Starting HTTP on port %s (%d threads available)"
"Enabling HTTPS on port :%s"
to
"Enabling HTTPS on port %s"
"Failed to start Neo Server on port [%d], reason [%s]"
to
"Failed to start Neo Server on port %d: %s"
"Unable to cleanly shut down statistics database."
to
"Unable to cleanly shut down statistics database"
Update argument list (Method invocation)
error
to
error
warn
to
warn
Rename Variable
console
to
log
consoleLog
to
userLog
consoleLog
to
userLog
console
to
userLog
console
to
userLog
console
to
log