mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
staticaddr: deposit logger
This commit is contained in:
parent
52a11a0b1b
commit
d76c99ca9f
1 changed files with 5 additions and 0 deletions
|
|
@ -22,3 +22,8 @@ func init() {
|
|||
func UseLogger(logger btclog.Logger) {
|
||||
log = logger
|
||||
}
|
||||
|
||||
// GetLogger returns the logger for this package.
|
||||
func GetLogger() btclog.Logger {
|
||||
return log
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue