C# Class MOUSE.Core.Logging.Serilog.SerilogCoreEvents

Inheritance: ICoreEvents
Datei anzeigen Open project: Rurouni/MassiveOnlineUniversalServerEngine Class Usage Examples

Public Methods

Method Description
CantReplyToOneWayMessage ( INetNode node, IOperationContext operation ) : void
ConnectingTo ( INetNode node, IPEndPoint address ) : void
ConnectionHasTimedOut ( INetNode node, IPEndPoint address ) : void
ConnectionSucceeded ( INetNode node, IPEndPoint address, INetChannel channel, int durationMs ) : void
NetChannelConnected ( INetNode node, INetChannel channel ) : void
NetChannelDisconnected ( INetNode node, INetChannel channel ) : void
NetChannelHasReceivedMessage ( INetNode node, INetChannel channel, Message message ) : void
NetChannelIsDisposing ( INetNode node, INetChannel channel ) : void
NetChannelRequestCompleted ( INetNode node, INetChannel channel, Message message, System.Guid requestId, int durationMs ) : void
NetChannelRequestFailed ( INetNode node, NetChannel channel, ErrorMessage error, System.Guid requestId, int durationMs ) : void
NetChannelRequestStarted ( INetNode node, INetChannel channel, Message request, System.Guid requestId ) : void
NetChannelRequestTimedOut ( INetNode node, INetChannel channel, Message message, System.Guid requestId, int durationMs ) : void
NetChannelSentMessage ( INetNode node, INetChannel channel, Message message ) : void
NetChannelSentReplyMessage ( INetNode node, INetChannel channel, Message reply, IOperationContext operation ) : void
NodeStarted ( INetNode node ) : void
NodeStopped ( INetNode node ) : void
NodeUpdateLoopError ( INetNode node, Exception exception ) : void
NodeUpdateLoopStarted ( INetNode node ) : void
OperationProcessed ( INetNode node, INetChannel channel, IOperationContext operation ) : void
OperationProcessingFailed ( INetNode node, INetChannel channel, IOperationContext operation, Exception exception ) : void
SerilogCoreEvents ( ILogger logger ) : System

Method Details

CantReplyToOneWayMessage() public method

public CantReplyToOneWayMessage ( INetNode node, IOperationContext operation ) : void
node INetNode
operation IOperationContext
return void

ConnectingTo() public method

public ConnectingTo ( INetNode node, IPEndPoint address ) : void
node INetNode
address System.Net.IPEndPoint
return void

ConnectionHasTimedOut() public method

public ConnectionHasTimedOut ( INetNode node, IPEndPoint address ) : void
node INetNode
address System.Net.IPEndPoint
return void

ConnectionSucceeded() public method

public ConnectionSucceeded ( INetNode node, IPEndPoint address, INetChannel channel, int durationMs ) : void
node INetNode
address System.Net.IPEndPoint
channel INetChannel
durationMs int
return void

NetChannelConnected() public method

public NetChannelConnected ( INetNode node, INetChannel channel ) : void
node INetNode
channel INetChannel
return void

NetChannelDisconnected() public method

public NetChannelDisconnected ( INetNode node, INetChannel channel ) : void
node INetNode
channel INetChannel
return void

NetChannelHasReceivedMessage() public method

public NetChannelHasReceivedMessage ( INetNode node, INetChannel channel, Message message ) : void
node INetNode
channel INetChannel
message Message
return void

NetChannelIsDisposing() public method

public NetChannelIsDisposing ( INetNode node, INetChannel channel ) : void
node INetNode
channel INetChannel
return void

NetChannelRequestCompleted() public method

public NetChannelRequestCompleted ( INetNode node, INetChannel channel, Message message, System.Guid requestId, int durationMs ) : void
node INetNode
channel INetChannel
message Message
requestId System.Guid
durationMs int
return void

NetChannelRequestFailed() public method

public NetChannelRequestFailed ( INetNode node, NetChannel channel, ErrorMessage error, System.Guid requestId, int durationMs ) : void
node INetNode
channel NetChannel
error ErrorMessage
requestId System.Guid
durationMs int
return void

NetChannelRequestStarted() public method

public NetChannelRequestStarted ( INetNode node, INetChannel channel, Message request, System.Guid requestId ) : void
node INetNode
channel INetChannel
request Message
requestId System.Guid
return void

NetChannelRequestTimedOut() public method

public NetChannelRequestTimedOut ( INetNode node, INetChannel channel, Message message, System.Guid requestId, int durationMs ) : void
node INetNode
channel INetChannel
message Message
requestId System.Guid
durationMs int
return void

NetChannelSentMessage() public method

public NetChannelSentMessage ( INetNode node, INetChannel channel, Message message ) : void
node INetNode
channel INetChannel
message Message
return void

NetChannelSentReplyMessage() public method

public NetChannelSentReplyMessage ( INetNode node, INetChannel channel, Message reply, IOperationContext operation ) : void
node INetNode
channel INetChannel
reply Message
operation IOperationContext
return void

NodeStarted() public method

public NodeStarted ( INetNode node ) : void
node INetNode
return void

NodeStopped() public method

public NodeStopped ( INetNode node ) : void
node INetNode
return void

NodeUpdateLoopError() public method

public NodeUpdateLoopError ( INetNode node, Exception exception ) : void
node INetNode
exception System.Exception
return void

NodeUpdateLoopStarted() public method

public NodeUpdateLoopStarted ( INetNode node ) : void
node INetNode
return void

OperationProcessed() public method

public OperationProcessed ( INetNode node, INetChannel channel, IOperationContext operation ) : void
node INetNode
channel INetChannel
operation IOperationContext
return void

OperationProcessingFailed() public method

public OperationProcessingFailed ( INetNode node, INetChannel channel, IOperationContext operation, Exception exception ) : void
node INetNode
channel INetChannel
operation IOperationContext
exception System.Exception
return void

SerilogCoreEvents() public method

public SerilogCoreEvents ( ILogger logger ) : System
logger ILogger
return System