C# Class Netduino.Core.Services.Log4netLogger

Inheritance: ILog
Afficher le fichier Open project: mlinnen/Netduino-Emulator

Méthodes publiques

Méthode Description
Error ( Exception exception ) : void
Info ( string format ) : void
Log4netLogger ( Type type ) : System
Warn ( string format ) : void

Method Details

Error() public méthode

public Error ( Exception exception ) : void
exception System.Exception
Résultat void

Info() public méthode

public Info ( string format ) : void
format string
Résultat void

Log4netLogger() public méthode

public Log4netLogger ( Type type ) : System
type System.Type
Résultat System

Warn() public méthode

public Warn ( string format ) : void
format string
Résultat void