C# Class SenseNet.DirectoryServices.AdLog

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Свойство Type Description
AdSyncLogCategory string[]

Private Properties

Свойство Type Description
GetMsgWithTimeStamp string
IncreaseError void
IncreaseWarning void
LogLine void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetMsgWithTimeStamp ( string msg ) : string
IncreaseError ( ) : void
IncreaseWarning ( ) : void
LogLine ( string msg, EventType eventType ) : void

Method Details

EndLog() public static méthode

public static EndLog ( ) : void
Résultat void

GetLogAndRemoveSubscription() public static méthode

public static GetLogAndRemoveSubscription ( int id ) : string
id int
Résultat string

Log() public static méthode

public static Log ( string msg ) : void
msg string
Résultat void

LogADObject() public static méthode

public static LogADObject ( string msg, string obj ) : void
msg string
obj string
Résultat void

LogError() public static méthode

public static LogError ( string msg ) : void
msg string
Résultat void

LogErrorADObject() public static méthode

public static LogErrorADObject ( string msg, string obj ) : void
msg string
obj string
Résultat void

LogErrorObjects() public static méthode

public static LogErrorObjects ( string msg, string ADobj, string portalObj ) : void
msg string
ADobj string
portalObj string
Résultat void

LogErrorPortalObject() public static méthode

public static LogErrorPortalObject ( string msg, string obj ) : void
msg string
obj string
Résultat void

LogException() public static méthode

public static LogException ( Exception ex ) : void
ex System.Exception
Résultat void

LogMain() public static méthode

public static LogMain ( string msg ) : void
msg string
Résultat void

LogMainActivity() public static méthode

public static LogMainActivity ( string msg, string ADPath, string portalPath ) : void
msg string
ADPath string
portalPath string
Résultat void

LogObjects() public static méthode

public static LogObjects ( string msg, string ADobj, string portalObj ) : void
msg string
ADobj string
portalObj string
Résultat void

LogOuter() public static méthode

public static LogOuter ( string msg ) : void
msg string
Résultat void

LogOuterADObject() public static méthode

public static LogOuterADObject ( string msg, string obj ) : void
msg string
obj string
Résultat void

LogPortalObject() public static méthode

public static LogPortalObject ( string msg, string obj ) : void
msg string
obj string
Résultat void

LogWarning() public static méthode

public static LogWarning ( string msg ) : void
msg string
Résultat void

StartLog() public static méthode

public static StartLog ( ) : void
Résultat void

SubscribeToLog() public static méthode

public static SubscribeToLog ( ) : int
Résultat int

Property Details

AdSyncLogCategory public_oe static_oe property

public static string[] AdSyncLogCategory
Résultat string[]