This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<configuration status="OFF"> | |
<Properties> | |
<Property name="log-path">/home/sistemas/TRANSBEL/LOG/</Property> | |
<Property name="profile-path">/home/sistemas/TRANSBEL/PROFILE/</Property> | |
<Property name="profile-file-name">TB_PROFILE.${date:yyyyMMdd}</Property> | |
<Property name="log-project-name">TransbelServiceHandler</Property> | |
<Property name="log-pattern">%d{ISO8601} %-5p [Transbel][%t|%c{1}] %L %M %m\n</Property> | |
<Property name="log-profile-pattern">%d{yyyy/MM/dd|HH:mm:ss:SSS}%m\n</Property> | |
<Property name="loghandler-pattern">%m\n</Property> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.classpath | |
.project | |
bin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Interface for data statistics report. | |
* In this interface all the methods for reportings user actions are present. | |
*/ | |
public interface IRatingReport { | |
// TODO mostly defined by Analytics team. |