LogConfigurator private static class VansLogConfigurator extends LogConfigurator{ public String mLogFolderPath; public void setLogFolderPath(String logFolderPath){ mLogFolderPath = logFolderPath; } public String getLogFolderPath(){ return mLogFolderPath; } } m.blog.naver.com/horajjan/220496892472