Customer Portal

How can I write ETL log to database?

Comments 3

  • Avatar
    oldforum
    0
    Comment actions Permalink
    correct the organ_level.grf fomat:
    "etl_runlog" and "etl_exceptionlog" are from "Reformat" not from "swjg".
  • Avatar
    oldforum
    0
    Comment actions Permalink
    You may want to consider using LOG4J from Apache.

    I have good success writing my Clover LOG to a Oracle database using the "org.apache.log4j.jdbc" class.

    I basically wrote a java class that launches my clover graph and logs what the graph does (it is not as sophisticated as what you want to do).

    Alan.
  • Avatar
    oldforum
    0
    Comment actions Permalink
    Thank you vary much! I think that's a good idea.

Please sign in to leave a comment.