C# Class SenseNet.DirectoryServices.AdLog

显示文件 Open project: maxpavlov/FlexNet Class Usage Examples

Public Properties

Property Type Description
AdSyncLogCategory string[]

Private Properties

Property Type Description
GetMsgWithTimeStamp string
IncreaseError void
IncreaseWarning void
LogLine void

Public Methods

Method 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

Method Description
GetMsgWithTimeStamp ( string msg ) : string
IncreaseError ( ) : void
IncreaseWarning ( ) : void
LogLine ( string msg, EventType eventType ) : void

Method Details

EndLog() public static method

public static EndLog ( ) : void
return void

GetLogAndRemoveSubscription() public static method

public static GetLogAndRemoveSubscription ( int id ) : string
id int
return string

Log() public static method

public static Log ( string msg ) : void
msg string
return void

LogADObject() public static method

public static LogADObject ( string msg, string obj ) : void
msg string
obj string
return void

LogError() public static method

public static LogError ( string msg ) : void
msg string
return void

LogErrorADObject() public static method

public static LogErrorADObject ( string msg, string obj ) : void
msg string
obj string
return void

LogErrorObjects() public static method

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

LogErrorPortalObject() public static method

public static LogErrorPortalObject ( string msg, string obj ) : void
msg string
obj string
return void

LogException() public static method

public static LogException ( Exception ex ) : void
ex System.Exception
return void

LogMain() public static method

public static LogMain ( string msg ) : void
msg string
return void

LogMainActivity() public static method

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

LogObjects() public static method

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

LogOuter() public static method

public static LogOuter ( string msg ) : void
msg string
return void

LogOuterADObject() public static method

public static LogOuterADObject ( string msg, string obj ) : void
msg string
obj string
return void

LogPortalObject() public static method

public static LogPortalObject ( string msg, string obj ) : void
msg string
obj string
return void

LogWarning() public static method

public static LogWarning ( string msg ) : void
msg string
return void

StartLog() public static method

public static StartLog ( ) : void
return void

SubscribeToLog() public static method

public static SubscribeToLog ( ) : int
return int

Property Details

AdSyncLogCategory public_oe static_oe property

public static string[] AdSyncLogCategory
return string[]