Exemplo n.º 1
0
def test_trace():
    trace.error("Hello")
Exemplo n.º 2
0
import trace





if __name__ == "__main__":
    trace.error("Hello")
Exemplo n.º 3
0
def test__trace():
    trace.error("Here is the Error Information!!")
    trace.warning("Here is the Warning Information")
    trace.info("Here is the Trace Information")
    trace.debug("Here is the Debug Information")