C# Class WebApplications.Utilities.Performance.Tools.PerfSetup.Logger

Support logging and output of information.
Afficher le fichier Open project: webappsuk/CoreLibraries

Méthodes publiques

Méthode Description
Add ( Level level, string format ) : void

Adds the specified log message.

AddLogger ( Level>.Action logger ) : void

Adds a logger.

Private Methods

Méthode Description
Logger ( ) : System

Initializes static members of the Logger class.

Method Details

Add() public static méthode

Adds the specified log message.
public static Add ( Level level, string format ) : void
level Level The level.
format string The format.
Résultat void

AddLogger() public static méthode

Adds a logger.
public static AddLogger ( Level>.Action logger ) : void
logger Level>.Action The logger.
Résultat void