C# 클래스 SmartSync.LogEventAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: projectkudu/KuduCalf

공개 메소드들

메소드 설명
LogEventAttribute ( ) : System
LogEventAttribute ( System evtType ) : System
LogEventAttribute ( System evtType, string fmt ) : System
LogEventAttribute ( string fmt ) : System

메소드 상세

LogEventAttribute() 공개 메소드

public LogEventAttribute ( ) : System
리턴 System

LogEventAttribute() 공개 메소드

public LogEventAttribute ( System evtType ) : System
evtType System
리턴 System

LogEventAttribute() 공개 메소드

public LogEventAttribute ( System evtType, string fmt ) : System
evtType System
fmt string
리턴 System

LogEventAttribute() 공개 메소드

public LogEventAttribute ( string fmt ) : System
fmt string
리턴 System