57 lines
1.0 KiB
Groff
57 lines
1.0 KiB
Groff
.TH "CampusAppWP8.Utility.Logger" 3 "Thu Sep 12 2013" "CampusAppWp8" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
CampusAppWP8.Utility.Logger \-
|
|
.PP
|
|
This Class creates logs for the app
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.SS "Static Public Member Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "static void \fBLogException\fP (Exception exception)"
|
|
.br
|
|
.RI "\fIMethod log a Exception \fP"
|
|
.ti -1c
|
|
.RI "static void \fBLogMsg\fP (string msg)"
|
|
.br
|
|
.RI "\fILog a message\&. \fP"
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
This Class creates logs for the app
|
|
|
|
|
|
.SH "Member Function Documentation"
|
|
.PP
|
|
.SS "static void CampusAppWP8\&.Utility\&.Logger\&.LogException (Exceptionexception)\fC [static]\fP"
|
|
|
|
.PP
|
|
Method log a Exception
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fIexception\fP exception which has to log
|
|
.RE
|
|
.PP
|
|
|
|
.SS "static void CampusAppWP8\&.Utility\&.Logger\&.LogMsg (stringmsg)\fC [static]\fP"
|
|
|
|
.PP
|
|
Log a message\&.
|
|
.PP
|
|
\fBParameters:\fP
|
|
.RS 4
|
|
\fImsg\fP to be logged message
|
|
.RE
|
|
.PP
|
|
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for CampusAppWp8 from the source code\&.
|