Package de.mhus.lib.core.system
Interface IApiInternal
-
- All Known Implementing Classes:
DefaultMApi
public interface IApiInternal
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getLogTrace()voidsetBaseDir(File file)voidsetLogFactory(LogFactory logFactory)voidsetMLogFactory(MLogFactory mlogFactory)
-
-
-
Method Detail
-
setLogFactory
void setLogFactory(LogFactory logFactory)
-
setBaseDir
void setBaseDir(File file)
-
setMLogFactory
void setMLogFactory(MLogFactory mlogFactory)
-
-