-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvelocity.log
27 lines (27 loc) · 2.66 KB
/
velocity.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
2013-07-09 13:22:38,784 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2013-07-09 13:22:38,784 - Trying to use logger class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
2013-07-09 13:22:38,784 - Using logger class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
2013-07-09 13:22:38,784 - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
2013-07-09 13:22:38,799 - Resource Loader Instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2013-07-09 13:22:38,799 - ClasspathResourceLoader : initialization starting.
2013-07-09 13:22:38,799 - ClasspathResourceLoader : initialization complete.
2013-07-09 13:22:38,799 - ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
2013-07-09 13:22:38,799 - Default ResourceManager initialization complete.
2013-07-09 13:22:38,799 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2013-07-09 13:22:38,799 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2013-07-09 13:22:38,815 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2013-07-09 13:22:38,815 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2013-07-09 13:22:38,815 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2013-07-09 13:22:38,862 - Created: 20 parsers.
2013-07-09 13:22:38,862 - Velocimacro : initialization starting.
2013-07-09 13:22:38,862 - Velocimacro : adding VMs from VM library template : VM_global_library.vm
2013-07-09 13:22:38,893 - ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
2013-07-09 13:22:38,893 - Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
2013-07-09 13:22:38,893 - Velocimacro : VM library template macro registration complete.
2013-07-09 13:22:38,893 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2013-07-09 13:22:38,893 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2013-07-09 13:22:38,893 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2013-07-09 13:22:38,893 - Velocimacro : messages on : VM system will output logging messages
2013-07-09 13:22:38,893 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2013-07-09 13:22:38,893 - Velocimacro : initialization complete.
2013-07-09 13:22:38,893 - Velocity successfully started.