Last change
on this file since 34361 was 34358, checked in by renerr18, 7 years ago |
Drastic 360 degree viewer enhancements with default "no image selected" scene for cubemap box.
|
-
Property svn:eol-style
set to
native
|
File size:
533 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8" ?>
|
---|
2 | <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
|
---|
3 | <log4j:configuration debug="true"
|
---|
4 | xmlns:log4j='http://jakarta.apache.org/log4j/'>
|
---|
5 |
|
---|
6 | <appender name="console" class="org.apache.log4j.ConsoleAppender">
|
---|
7 | <layout class="org.apache.log4j.PatternLayout">
|
---|
8 | <param name="ConversionPattern"
|
---|
9 | value="%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n" />
|
---|
10 | </layout>
|
---|
11 | </appender>
|
---|
12 |
|
---|
13 | <root>
|
---|
14 | <level value="DEBUG" />
|
---|
15 | <appender-ref ref="console" />
|
---|
16 | </root>
|
---|
17 |
|
---|
18 | </log4j:configuration>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.