Method | Description | |
---|---|---|
CreateSubscriber ( ) : |
Creates a LogSubscriber that can subscribe to log messages.
|
|
CreateType ( |
Creates a type topic on a specified type.
|
|
Dispose ( ) : void |
Gracefully terminate all message routing. Function blocks until all termination is successful.
|
|
LoggerInternal ( |
Creates a LoggerInternal.
|
|
OnNewMessage ( |
Handles the routing of messages through the logging system.
|
Method | Description | |
---|---|---|
CalculateRoutingTable ( object sender, EventArgs |
Recalculates the entire routing table on a separate thread.
|
|
CalculateRoutingTableForPublisherSync ( List |
This method should be called with a lock on m_syncRoot
|
|
RecalculateRoutingTable ( ) : void |
Invalidates the current routing table.
|
|
RoutingTask ( object sender, EventArgs |
public CreateSubscriber ( ) : |
||
return |
public CreateType ( |
||
type | the type to create the topic from | |
return |
public LoggerInternal ( |
||
loggerClass | ||
return | System |
public OnNewMessage ( |
||
message | the message to route | |
publisher | the publisher that is originating this message. | |
return | void |