class documentation

Undocumented

Method setUp Add a log observer which records log events in self.out. Also, make sure the default string encoding is ASCII so that testSingleUnicode can test the behavior of logging unencodable unicode messages.
Method tearDown Verify that everything written to the fake file self.out was a str. Also, restore the default string encoding to its previous setting, if it was modified by setUp.
Instance Variable flo Undocumented
Instance Variable lp Undocumented
Instance Variable out Undocumented
def setUp(self):

Add a log observer which records log events in self.out. Also, make sure the default string encoding is ASCII so that testSingleUnicode can test the behavior of logging unencodable unicode messages.

Verify that everything written to the fake file self.out was a str. Also, restore the default string encoding to its previous setting, if it was modified by setUp.

flo =

Undocumented

lp =

Undocumented

out =

Undocumented