iro/iro.py
changeset 34 b82c60d84623
parent 33 2b3f1b9a1e48
child 35 cf22ec25ec23
equal deleted inserted replaced
33:2b3f1b9a1e48 34:b82c60d84623
     9 #See the GNU General Public License for more details.
     9 #See the GNU General Public License for more details.
    10 
    10 
    11 #You should have received a copy of the GNU General Public License
    11 #You should have received a copy of the GNU General Public License
    12 #along with this program; if not, see <http://www.gnu.org/licenses/>.
    12 #along with this program; if not, see <http://www.gnu.org/licenses/>.
    13 
    13 
    14 import logging 
    14 import multiprocessing, logging 
    15 #logging anfangen
    15 #logging anfangen
    16 logger=logging.getLogger("iro")
    16 logger=logging.getLogger("iro")
    17 logging.basicConfig(level=logging.DEBUG, format='%(asctime)s %(name)s(%(processName)s)-%(levelname)s: %(message)s')
    17 logging.basicConfig(level=logging.DEBUG, format='%(asctime)s %(name)s(%(processName)s)-%(levelname)s: %(message)s')
    18 
    18 
    19 
    19