C# Class Emul8.Bootstrap.Logging.Logger

Afficher le fichier Open project: emul8/emul8

Méthodes publiques

Méthode Description
Info ( string message ) : void
Warning ( string message ) : void

Private Methods

Méthode Description
Logger ( ) : System

Method Details

Info() public méthode

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

Warning() public méthode

public Warning ( string message ) : void
message string
Résultat void