C# Class MetroLog.Targets.DebugTarget

Inheritance: Target
Afficher le fichier Open project: mbrit/ProgrammingMetroStyle

Méthodes publiques

Méthode Description
DebugTarget ( ) : System
DebugTarget ( Layout layout ) : System

Méthodes protégées

Méthode Description
Write ( LogEventInfo entry ) : void

Method Details

DebugTarget() public méthode

public DebugTarget ( ) : System
Résultat System

DebugTarget() public méthode

public DebugTarget ( Layout layout ) : System
layout MetroLog.Layouts.Layout
Résultat System

Write() protected méthode

protected Write ( LogEventInfo entry ) : void
entry LogEventInfo
Résultat void