C# Class SharpLogger.LogConstruction.StackTraceExceptionAppender

Inheritance: ILogConstructor
Afficher le fichier Open project: repinvv/SharpLogger

Méthodes publiques

Méthode Description
ConstructLine ( StringBuilder sb, LogItem item ) : void

Private Methods

Méthode Description
AppendException ( StringBuilder sb, Exception ex ) : void

Method Details

ConstructLine() public méthode

public ConstructLine ( StringBuilder sb, LogItem item ) : void
sb StringBuilder
item LogItem
Résultat void