]> git.pld-linux.org Git - packages/perl-Log-LogLite.git/commitdiff
- pl auto/th/perl-Log-LogLite-0_82-0_1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 Nov 2005 00:03:01 +0000 (00:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Log-LogLite.spec -> 1.2

perl-Log-LogLite.spec

index af5be3952bc31b01e518876f7fb8f239f7d0b534..a3be8cbf44d677120fcee22261be822a3dee4ba8 100644 (file)
@@ -6,7 +6,8 @@
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Log
 %define        pnam    LogLite
-Summary:       Log::LogLite - The C<Log::LogLite> class helps us create simple logs for our application.
+Summary:       Log::LogLite - class to help us create simple logs for our application
+Summary(pl):   Log::LogLite - klasa pomagaj±ca tworzyæ proste logi z aplikacji
 Name:          perl-Log-LogLite
 Version:       0.82
 Release:       0.1
@@ -24,14 +25,24 @@ BuildArch:  noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-In order to have a log we have first to create a C<Log::LogLite> object. 
-The c<Log::LogLite> object is created with a logging level. The default 
-logging level is 5. After the C<Log::LogLite> object is created, each call 
-to the C<write> method may write a new line in the log file. If the level
-of the message is lower or equal to the logging level, the message will 
-be written to the log file. The format of the logging messages can be 
-controled by changing the template, and by defining a default message.
-The class uses the IO::LockedFile class.
+In order to have a log we have first to create a Log::LogLite object.
+The Log::LogLite object is created with a logging level. The default 
+logging level is 5. After the Log::LogLite object is created, each
+call to the write method may write a new line in the log file. If the
+level of the message is lower or equal to the logging level, the
+message will be written to the log file. The format of the logging
+messages can be controled by changing the template, and by defining a
+default message. The class uses the IO::LockedFile class.
+
+%description -l pl
+W celu stworzenia logu trzeba najpierw utworzyæ obiekt Log::LogLite.
+Obiekt Log::LogLite tworzy siê z poziomem logowania. Domy¶lny poziom
+logowania to 5. Po utworzeniu obiektu Log::LogLite ka¿de wywo³anie
+metody write mo¿e zapisaæ now± liniê w pliku logu. Je¶li poziom
+komunikatu jest mniejszy lub równy poziomowi logowania, komunikat jest
+zapisywany do pliku. Format komunikatów loguj±cych mo¿e byæ sterowany
+poprzez zmianê szablonu i definiowanie domy¶lnego komunikatu. Ta klasa
+u¿ywa klasy IO::LockedFile.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.116948 seconds and 4 git commands to generate.