C# Class SmartSync.LogEventAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: projectkudu/KuduCalf

Public Methods

Method Description
LogEventAttribute ( ) : System
LogEventAttribute ( System evtType ) : System
LogEventAttribute ( System evtType, string fmt ) : System
LogEventAttribute ( string fmt ) : System

Method Details

LogEventAttribute() public method

public LogEventAttribute ( ) : System
return System

LogEventAttribute() public method

public LogEventAttribute ( System evtType ) : System
evtType System
return System

LogEventAttribute() public method

public LogEventAttribute ( System evtType, string fmt ) : System
evtType System
fmt string
return System

LogEventAttribute() public method

public LogEventAttribute ( string fmt ) : System
fmt string
return System