C# Class SolidworksAddinFramework.Wpf.LogViewer

A simple class for creating a log viewer. Call the static Log message.
Afficher le fichier Open project: Weingartner/SolidworksAddinFramework Class Usage Examples

Méthodes publiques

Méthode Description
ClearAll ( ) : void
CreateLogViewer ( ) : Task
Invoke ( System.Action a ) : void
Log ( LogEntry entry ) : void
Log ( string message ) : void
LogViewer ( ) : System
LogWithIndent ( int i, string message ) : void

Private Methods

Méthode Description
Init ( ) : IEnumerable

Method Details

ClearAll() public méthode

public ClearAll ( ) : void
Résultat void

CreateLogViewer() public static méthode

public static CreateLogViewer ( ) : Task
Résultat Task

Invoke() public static méthode

public static Invoke ( System.Action a ) : void
a System.Action
Résultat void

Log() public static méthode

public static Log ( LogEntry entry ) : void
entry LogEntry
Résultat void

Log() public static méthode

public static Log ( string message ) : void
message string
Résultat void

LogViewer() public méthode

public LogViewer ( ) : System
Résultat System

LogWithIndent() public static méthode

public static LogWithIndent ( int i, string message ) : void
i int
message string
Résultat void