C# 클래스 WebApplications.Utilities.Performance.Tools.PerfSetup.Logger

Support logging and output of information.
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
Add ( Level level, string format ) : void

Adds the specified log message.

AddLogger ( Level>.Action logger ) : void

Adds a logger.

비공개 메소드들

메소드 설명
Logger ( ) : System

Initializes static members of the Logger class.

메소드 상세

Add() 공개 정적인 메소드

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

AddLogger() 공개 정적인 메소드

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