C# Class Universe.Modules.VisitorLogger.VisitorLoggerModule

This module logs all visitors to the sim to a specified file
Inheritance: INonSharedRegionModule
Mostra file Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_enabled bool
m_fileName string
m_timesOfUsers DateTime>.Dictionary

Public Methods

Method Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialize ( IConfigSource source ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Protected Methods

Method Description
EventManager_OnClosingClient ( IClientAPI client ) : void
OnMakeRootAgent ( IScenePresence presence ) : void

Method Details

AddRegion() public method

public AddRegion ( IScene scene ) : void
scene IScene
return void

Close() public method

public Close ( ) : void
return void

EventManager_OnClosingClient() protected method

protected EventManager_OnClosingClient ( IClientAPI client ) : void
client IClientAPI
return void

Initialize() public method

public Initialize ( IConfigSource source ) : void
source IConfigSource
return void

OnMakeRootAgent() protected method

protected OnMakeRootAgent ( IScenePresence presence ) : void
presence IScenePresence
return void

RegionLoaded() public method

public RegionLoaded ( IScene scene ) : void
scene IScene
return void

RemoveRegion() public method

public RemoveRegion ( IScene scene ) : void
scene IScene
return void

Property Details

m_enabled protected_oe property

protected bool m_enabled
return bool

m_fileName protected_oe property

protected string m_fileName
return string

m_timesOfUsers protected_oe property

protected Dictionary m_timesOfUsers
return DateTime>.Dictionary