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

Support logging and output of information.
ファイルを表示 Open project: webappsuk/CoreLibraries

Public Methods

Method Description
Add ( Level level, string format ) : void

Adds the specified log message.

AddLogger ( Level>.Action logger ) : void

Adds a logger.

Private Methods

Method Description
Logger ( ) : System

Initializes static members of the Logger class.

Method Details

Add() public static method

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

AddLogger() public static method

Adds a logger.
public static AddLogger ( Level>.Action logger ) : void
logger Level>.Action The logger.
return void