mirror of
https://github.com/infinite-iroha/touka.git
synced 2026-02-03 00:41:10 +08:00
update methods
This commit is contained in:
parent
96154fff78
commit
bb822599b9
5 changed files with 232 additions and 12 deletions
|
|
@ -34,3 +34,9 @@ func CloseLogger(logger *reco.Logger) {
|
|||
return
|
||||
}
|
||||
}
|
||||
|
||||
func (engine *Engine) CloseLogger() {
|
||||
if engine.LogReco != nil {
|
||||
CloseLogger(engine.LogReco)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue