C# Class BclExtras.LogItem

Mostrar archivo Open project: scottwis/tiny Class Usage Examples

Public Methods

Method Description
LogItem ( LogItemType logType, string category, string summary, Exception exception ) : System

Private Methods

Method Description
CreateExceptionInfo ( Exception e ) : string

Method Details

LogItem() public method

public LogItem ( LogItemType logType, string category, string summary, Exception exception ) : System
logType LogItemType
category string
summary string
exception System.Exception
return System