Home
last modified time | relevance | path

Searched refs:RUNTIME_LOG_NAME (Results 1 – 2 of 2) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java52 String RUNTIME_LOG_NAME = "runtime.log.name"; field
DRuntimeInstance.java985 o = getProperty(RuntimeConstants.RUNTIME_LOG_NAME); in initializeLog()
1772 … String loggerName = getString(RUNTIME_LOG_NAME, DEFAULT_RUNTIME_LOG_NAME) + "." + childNamespace; in getLog()