module loghelper.flog_fake_classes

Inheritance diagram of pyquickhelper.loghelper.flog_fake_classes

Short summary

module pyquickhelper.loghelper.flog_fake_classes

Exception specific to this module.

source on GitHub

Classes

class

truncated documentation

FlogStatic

static variable for the log

LogFakeFileStream

a fake file

LogFileStream

log as writing in a file

PQHException

custom exception for this file

Methods

method

truncated documentation

__init__

constructor

__init__

does nothing

__init__

creates a logger

close

does nothing

close

does nothing

flush

does nothing

flush

does nothing

open

does nothing

open

does nothing

write

does nothing

write

does nothing

Documentation

Exception specific to this module.

source on GitHub

class pyquickhelper.loghelper.flog_fake_classes.FlogStatic[source]

Bases: object

static variable for the log

source on GitHub

constructor

source on GitHub

__init__()[source]

constructor

source on GitHub

class pyquickhelper.loghelper.flog_fake_classes.LogFakeFileStream[source]

Bases: object

a fake file

source on GitHub

does nothing

source on GitHub

__init__()[source]

does nothing

source on GitHub

close()[source]

does nothing

source on GitHub

flush()[source]

does nothing

source on GitHub

open()[source]

does nothing

source on GitHub

write(s)[source]

does nothing

source on GitHub

class pyquickhelper.loghelper.flog_fake_classes.LogFileStream(filename)[source]

Bases: object

log as writing in a file

source on GitHub

creates a logger

source on GitHub

__init__(filename)[source]

creates a logger

source on GitHub

close()[source]

does nothing

source on GitHub

flush()[source]

does nothing

source on GitHub

open()[source]

does nothing

source on GitHub

write(s)[source]

does nothing

source on GitHub

exception pyquickhelper.loghelper.flog_fake_classes.PQHException[source]

Bases: Exception

custom exception for this file

source on GitHub