C# 클래스 ENDA.Diagnostics.LogManager

파일 보기 프로젝트 열기: engina/PLCNetLib

공개 프로퍼티들

프로퍼티 타입 설명
Enabled bool
Filter Level

공개 메소드들

메소드 설명
Log ( Level lvl, string source, string msg ) : void

비공개 메소드들

메소드 설명
LogManager ( ) : System

메소드 상세

Log() 공개 정적인 메소드

public static Log ( Level lvl, string source, string msg ) : void
lvl Level
source string
msg string
리턴 void

프로퍼티 상세

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

public static bool Enabled
리턴 bool

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

public static Level Filter
리턴 Level