C# 클래스 Server.Infrastructure.Log

A generic logging class that allows printing to the console
파일 보기 프로젝트 열기: GrindFest/GrindFest

공개 프로퍼티들

프로퍼티 타입 설명
Level LogLevel

공개 메소드들

메소드 설명
Debug ( string message ) : void
Error ( string message, Exception exception ) : void
Info ( string message ) : void
Warn ( string message ) : void

비공개 메소드들

메소드 설명
LogAction ( LogLevel level, string message ) : void

메소드 상세

Debug() 공개 정적인 메소드

public static Debug ( string message ) : void
message string
리턴 void

Error() 공개 정적인 메소드

public static Error ( string message, Exception exception ) : void
message string
exception System.Exception
리턴 void

Info() 공개 정적인 메소드

public static Info ( string message ) : void
message string
리턴 void

Warn() 공개 정적인 메소드

public static Warn ( string message ) : void
message string
리턴 void

프로퍼티 상세

Level 공개적으로 정적으로 프로퍼티

public static LogLevel Level
리턴 LogLevel