This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
L3GestionParking/doc/man/man3/src_c_utils_log_Log.3
2015-02-08 20:33:25 +01:00

70 lines
1.0 KiB
Groff

.TH "src.c.utils.log.Log" 3 "Sun Feb 8 2015" "Version 1.0" "Dream Park" \" -*- nroff -*-
.ad l
.nh
.SH NAME
src.c.utils.log.Log \-
.SH SYNOPSIS
.br
.PP
.PP
Inherits object\&.
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "def \fB__init__\fP (self)"
.br
.ti -1c
.RI "def \fBprintL\fP (self, pMsg, pLvl)"
.br
.in -1c
.SS "Public Attributes"
.in +1c
.ti -1c
.RI "\fBlogger\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
.PP
.nf
Log Manager
.fi
.PP
.SH "Constructor & Destructor Documentation"
.PP
.SS "def src\&.c\&.utils\&.log\&.Log\&.__init__ ( self)"
.PP
.nf
Define 3 differents utils :
activity.log -> all activity
warning.log -> only warning
error.log -> error
Write all message on terminal too
.fi
.PP
.SH "Member Function Documentation"
.PP
.SS "def src\&.c\&.utils\&.log\&.Log\&.printL ( self, pMsg, pLvl)"
.PP
.nf
Add color and write in log with an define level
pMsg : message to write in log
pLvl : level of log message
.fi
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for Dream Park from the source code\&.