mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 04:50:04 +08:00
11 lines
138 B
Lua
Vendored
11 lines
138 B
Lua
Vendored
local logger = require('spacevim.logger').derive('git')
|
|
|
|
|
|
return {
|
|
info = logger.info,
|
|
warn = logger.warn,
|
|
debug = logger.debug
|
|
|
|
}
|
|
|