> > > Oh, I see, so in order to use opencog's logger in Python ones needs to > first create one with > > > https://github.com/opencog/atomspace/blob/f7b99ec12d920f7a385cc477dd54abdc0a8768b1/opencog/cython/opencog/logger.pyx#L38-L47 > > > Am I correct? >
Hi Nil, you can also use the singleton that file already creates for you on import https://github.com/opencog/atomspace/blob/f7b99ec12d920f7a385cc477dd54abdc0a8768b1/opencog/cython/opencog/logger.pyx#L131 Best, Alex -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/e44a654e-786a-46d1-99b3-bf5245486767%40googlegroups.com.
