• oldratlee's avatar
    use logger adaptor for ttl java agent · 6c7b819b
    oldratlee 提交于
    java agent start and process when app boot,
    it is difficult to use (java.util.logging)JUL correctly 😩;
    especially cooperate with app server(eg tomcat or jboss).
    
    use simply std out/error instead of JUL.
    
    more info see #97
    6c7b819b
TtlAgent.java 2.7 KB