Skip to content

Instantly share code, notes, and snippets.

View ivancho98's full-sized avatar

Ivan Aranibar ivancho98

  • Santa Cruz,Bolivia
View GitHub Profile
<?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>
@ivancho98
ivancho98 / .gitignore
Created October 8, 2012 07:56 — forked from mantognini/.gitignore
SDP : Interfaces Draft
.classpath
.project
bin
@ivancho98
ivancho98 / IRatingReport
Created October 8, 2012 07:45
[SDP-CA] Interface drafts
/**
* 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.