Hi all.<br>All suggestion of Brian, Fernando and Mirnk was wrotte in the code.<br>you can set optional colors, and default format too. <br><a href="https://github.com/omazapa/ipython/blob/iplogging/IPython/utils/iplogging.py">https://github.com/omazapa/ipython/blob/iplogging/IPython/utils/iplogging.py</a><br clear="all">

<br>ex1:<br>In [1]: from iplogging import get_logger<br>In [2]: kernel_logger=get_logger(name="kernel")<br>In [3]: kernel_logger.debug("debug code here")<br>LOGGER: kernel<br>LEVEL: DEBUG<br>PROCESS: 5352<br>

FILE: <ipython-input-3-39a714ce7396><br>LINE: 1<br>MESSAGE: debug code here<br><br>ex2:<br><br>In [4]: frontend_logger=get_logger(name="frontend",format="%(name)s\n%(levelname)s\n%(message)s\n",use_color=True)<br>

In [3]: frontend_logger.debug("debug code here")<br><br>output in <a href="http://gfifdev.udea.edu.co/IpythonLogging2.png">http://gfifdev.udea.edu.co/IpythonLogging2.png</a><br><br>Note that I put optional colors and format.<br>

<br>Suggestions Please. <br>Thanks<br><br><br><br><br>-- <br>Omar Andres Zapata Mesa<div>Head Developer P<font face="arial, helvetica, sans-serif"><span style="font-size: 13px; line-height: 19px; white-space: pre;">henomenology of Fundamental Interactions Group</span> (Gfif)</font></div>

<div><font face="arial, helvetica, sans-serif"><a href="http://gfif.udea.edu.co" target="_blank">http://gfif.udea.edu.co</a><br></font></div><div>Division of computer science Gfif Developers (Gfif Dev)</div><div><a href="http://gfifdev.udea.edu.co/" target="_blank">http://gfifdev.udea.edu.co</a></div>

<div><div>Systems Engineering Student</div><div>Universidad de Antioquia At Medellin - Colombia</div><div>Usuario Linux  #490962</div></div><br>