You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you create logger registry singleton for getLogger and setup handler from another part of application. Even if module precompile or using from other sources direcory.
package B
func main() {
// TODO - create some handler ...
getLogger('A.some_module').setHandler(renderer1)
if ( verbose ) {
getLogger('B.some_main_module').setHandelr(renderer2)
}
}
The text was updated successfully, but these errors were encountered:
Could you create logger registry singleton for getLogger and setup handler from another part of application. Even if module precompile or using from other sources direcory.
The text was updated successfully, but these errors were encountered: