probot.log(), app.log() and context.log() are aliasing .log.info(). We will probably remove the aliasing in future.
probot.log()
app.log()
context.log()
.log.info()
Generated using TypeDoc
probot.log()
,app.log()
andcontext.log()
are aliasing.log.info()
. We will probably remove the aliasing in future.