コード例 #1
0
ファイル: test.py プロジェクト: ewentzh/webAnalysis
def test_trace():
    trace.error("Hello")
コード例 #2
0
ファイル: __init__.py プロジェクト: ewentzh/webAnalysis
import trace





if __name__ == "__main__":
    trace.error("Hello")
コード例 #3
0
ファイル: test.py プロジェクト: ewentzh/webAnalysis
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")