[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Comments System



Ivo Danihelka wrote:
On Thu, 2006-04-06 at 19:42 -0400, Kris Schnee wrote:

def Comment(self,what):
    if self.comments:
        print "["+self.name+"] "+str(what)


Why not to use the standard logging module?
It is very powerful and flexible.

Uh... there's a logging module? Hahaha. Oops.

That was my reaction too. Thanks!

Kris