Skip to content

Commit

Permalink
add logger object to jiracmd
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Sep 2, 2017
1 parent 979da1f commit aed952b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jiracmd/log.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package jiracmd

import logging "gopkg.in/op/go-logging.v1"

var log = logging.MustGetLogger("jiracmd")

0 comments on commit aed952b

Please sign in to comment.