C# 클래스 SenseNet.DirectoryServices.AdLog

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AdSyncLogCategory string[]

Private Properties

프로퍼티 타입 설명
GetMsgWithTimeStamp string
IncreaseError void
IncreaseWarning void
LogLine void

공개 메소드들

메소드 설명
EndLog ( ) : void
GetLogAndRemoveSubscription ( int id ) : string
Log ( string msg ) : void
LogADObject ( string msg, string obj ) : void
LogError ( string msg ) : void
LogErrorADObject ( string msg, string obj ) : void
LogErrorObjects ( string msg, string ADobj, string portalObj ) : void
LogErrorPortalObject ( string msg, string obj ) : void
LogException ( Exception ex ) : void
LogMain ( string msg ) : void
LogMainActivity ( string msg, string ADPath, string portalPath ) : void
LogObjects ( string msg, string ADobj, string portalObj ) : void
LogOuter ( string msg ) : void
LogOuterADObject ( string msg, string obj ) : void
LogPortalObject ( string msg, string obj ) : void
LogWarning ( string msg ) : void
StartLog ( ) : void
SubscribeToLog ( ) : int

비공개 메소드들

메소드 설명
GetMsgWithTimeStamp ( string msg ) : string
IncreaseError ( ) : void
IncreaseWarning ( ) : void
LogLine ( string msg, EventType eventType ) : void

메소드 상세

EndLog() 공개 정적인 메소드

public static EndLog ( ) : void
리턴 void

GetLogAndRemoveSubscription() 공개 정적인 메소드

public static GetLogAndRemoveSubscription ( int id ) : string
id int
리턴 string

Log() 공개 정적인 메소드

public static Log ( string msg ) : void
msg string
리턴 void

LogADObject() 공개 정적인 메소드

public static LogADObject ( string msg, string obj ) : void
msg string
obj string
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( string msg ) : void
msg string
리턴 void

LogErrorADObject() 공개 정적인 메소드

public static LogErrorADObject ( string msg, string obj ) : void
msg string
obj string
리턴 void

LogErrorObjects() 공개 정적인 메소드

public static LogErrorObjects ( string msg, string ADobj, string portalObj ) : void
msg string
ADobj string
portalObj string
리턴 void

LogErrorPortalObject() 공개 정적인 메소드

public static LogErrorPortalObject ( string msg, string obj ) : void
msg string
obj string
리턴 void

LogException() 공개 정적인 메소드

public static LogException ( Exception ex ) : void
ex System.Exception
리턴 void

LogMain() 공개 정적인 메소드

public static LogMain ( string msg ) : void
msg string
리턴 void

LogMainActivity() 공개 정적인 메소드

public static LogMainActivity ( string msg, string ADPath, string portalPath ) : void
msg string
ADPath string
portalPath string
리턴 void

LogObjects() 공개 정적인 메소드

public static LogObjects ( string msg, string ADobj, string portalObj ) : void
msg string
ADobj string
portalObj string
리턴 void

LogOuter() 공개 정적인 메소드

public static LogOuter ( string msg ) : void
msg string
리턴 void

LogOuterADObject() 공개 정적인 메소드

public static LogOuterADObject ( string msg, string obj ) : void
msg string
obj string
리턴 void

LogPortalObject() 공개 정적인 메소드

public static LogPortalObject ( string msg, string obj ) : void
msg string
obj string
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( string msg ) : void
msg string
리턴 void

StartLog() 공개 정적인 메소드

public static StartLog ( ) : void
리턴 void

SubscribeToLog() 공개 정적인 메소드

public static SubscribeToLog ( ) : int
리턴 int

프로퍼티 상세

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

public static string[] AdSyncLogCategory
리턴 string[]