added some function (from lightbar state to speaker volume
This commit is contained in:
@@ -0,0 +1 @@
|
||||
spring.application.name=dualsensgui
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
26
${project.build.directory}/classes/log4j2.xml
Normal file
26
${project.build.directory}/classes/log4j2.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Configuration status="INFO">
|
||||
<!-- Define the appenders -->
|
||||
<Appenders>
|
||||
<!-- Console Appender -->
|
||||
<Console name="ConsoleAppender" target="SYSTEM_OUT">
|
||||
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss} [%t] %-5level %logger{36} - %msg%n" />
|
||||
</Console>
|
||||
<!-- File Appender -->
|
||||
<File name="FileAppender" fileName="applogs/application_logs.log">
|
||||
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss} [%t] %-5level %logger{36} - %msg%n" />
|
||||
</File>
|
||||
</Appenders>
|
||||
<!-- Define the loggers -->
|
||||
<Loggers>
|
||||
<!-- Root Logger -->
|
||||
<Root level="info">
|
||||
<AppenderRef ref="ConsoleAppender" />
|
||||
<AppenderRef ref="FileAppender" />
|
||||
</Root>
|
||||
<!-- Logger for specific package -->
|
||||
<Logger name="com.example.myapp" level="debug">
|
||||
<AppenderRef ref="FileAppender" />
|
||||
</Logger>
|
||||
</Loggers>
|
||||
</Configuration>
|
||||
@@ -0,0 +1 @@
|
||||
spring.application.name=dualsensgui
|
||||
26
${project.build.directory}/classes/main/resources/log4j2.xml
Normal file
26
${project.build.directory}/classes/main/resources/log4j2.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Configuration status="INFO">
|
||||
<!-- Define the appenders -->
|
||||
<Appenders>
|
||||
<!-- Console Appender -->
|
||||
<Console name="ConsoleAppender" target="SYSTEM_OUT">
|
||||
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss} [%t] %-5level %logger{36} - %msg%n" />
|
||||
</Console>
|
||||
<!-- File Appender -->
|
||||
<File name="FileAppender" fileName="applogs/application_logs.log">
|
||||
<PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss} [%t] %-5level %logger{36} - %msg%n" />
|
||||
</File>
|
||||
</Appenders>
|
||||
<!-- Define the loggers -->
|
||||
<Loggers>
|
||||
<!-- Root Logger -->
|
||||
<Root level="info">
|
||||
<AppenderRef ref="ConsoleAppender" />
|
||||
<AppenderRef ref="FileAppender" />
|
||||
</Root>
|
||||
<!-- Logger for specific package -->
|
||||
<Logger name="com.example.myapp" level="debug">
|
||||
<AppenderRef ref="FileAppender" />
|
||||
</Logger>
|
||||
</Loggers>
|
||||
</Configuration>
|
||||
Reference in New Issue
Block a user