C# Class Phun.Templating.Trace

Tracing object.
Inheritance: ITrace
Afficher le fichier Open project: noogen/phuncms Class Usage Examples

Méthodes publiques

Méthode Description
log ( string info ) : void

Logs the specified info.

Method Details

log() public méthode

Logs the specified info.
public log ( string info ) : void
info string The info.
Résultat void