C# Class MetroLog.Targets.LogEventInfoItem

Mostra file Open project: onovotny/MetroLog Class Usage Examples

Private Properties

Property Type Description
GetExceptionWrapper ExceptionWrapper
GetForInsert LogEventInfoItem
ToJson string

Public Methods

Method Description
LogEventInfoItem ( ) : MetroLog.NetCore.Targets.SQLite
SetException ( Exception ex ) : void

Private Methods

Method Description
GetExceptionWrapper ( ) : ExceptionWrapper
GetForInsert ( LogWriteContext context, LogEventInfo info, MetroLog.Targets.SessionHeaderItem session ) : LogEventInfoItem
ToJson ( ) : string

Method Details

LogEventInfoItem() public method

public LogEventInfoItem ( ) : MetroLog.NetCore.Targets.SQLite
return MetroLog.NetCore.Targets.SQLite

SetException() public method

public SetException ( Exception ex ) : void
ex System.Exception
return void