C# Class BclExtras.LogItem

Afficher le fichier Open project: scottwis/tiny Class Usage Examples

Méthodes publiques

Méthode Description
LogItem ( LogItemType logType, string category, string summary, Exception exception ) : System

Private Methods

Méthode Description
CreateExceptionInfo ( Exception e ) : string

Method Details

LogItem() public méthode

public LogItem ( LogItemType logType, string category, string summary, Exception exception ) : System
logType LogItemType
category string
summary string
exception System.Exception
Résultat System