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

Inheritance: ICoreEvents
Afficher le fichier Open project: Rurouni/MassiveOnlineUniversalServerEngine Class Usage Examples

Méthodes publiques

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

public CantReplyToOneWayMessage ( INetNode node, IOperationContext operation ) : void
node INetNode
operation IOperationContext
Résultat void

ConnectingTo() public méthode

public ConnectingTo ( INetNode node, IPEndPoint address ) : void
node INetNode
address System.Net.IPEndPoint
Résultat void

ConnectionHasTimedOut() public méthode

public ConnectionHasTimedOut ( INetNode node, IPEndPoint address ) : void
node INetNode
address System.Net.IPEndPoint
Résultat void

ConnectionSucceeded() public méthode

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

NetChannelConnected() public méthode

public NetChannelConnected ( INetNode node, INetChannel channel ) : void
node INetNode
channel INetChannel
Résultat void

NetChannelDisconnected() public méthode

public NetChannelDisconnected ( INetNode node, INetChannel channel ) : void
node INetNode
channel INetChannel
Résultat void

NetChannelHasReceivedMessage() public méthode

public NetChannelHasReceivedMessage ( INetNode node, INetChannel channel, Message message ) : void
node INetNode
channel INetChannel
message Message
Résultat void

NetChannelIsDisposing() public méthode

public NetChannelIsDisposing ( INetNode node, INetChannel channel ) : void
node INetNode
channel INetChannel
Résultat void

NetChannelRequestCompleted() public méthode

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
Résultat void

NetChannelRequestFailed() public méthode

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
Résultat void

NetChannelRequestStarted() public méthode

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

NetChannelRequestTimedOut() public méthode

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
Résultat void

NetChannelSentMessage() public méthode

public NetChannelSentMessage ( INetNode node, INetChannel channel, Message message ) : void
node INetNode
channel INetChannel
message Message
Résultat void

NetChannelSentReplyMessage() public méthode

public NetChannelSentReplyMessage ( INetNode node, INetChannel channel, Message reply, IOperationContext operation ) : void
node INetNode
channel INetChannel
reply Message
operation IOperationContext
Résultat void

NodeStarted() public méthode

public NodeStarted ( INetNode node ) : void
node INetNode
Résultat void

NodeStopped() public méthode

public NodeStopped ( INetNode node ) : void
node INetNode
Résultat void

NodeUpdateLoopError() public méthode

public NodeUpdateLoopError ( INetNode node, Exception exception ) : void
node INetNode
exception System.Exception
Résultat void

NodeUpdateLoopStarted() public méthode

public NodeUpdateLoopStarted ( INetNode node ) : void
node INetNode
Résultat void

OperationProcessed() public méthode

public OperationProcessed ( INetNode node, INetChannel channel, IOperationContext operation ) : void
node INetNode
channel INetChannel
operation IOperationContext
Résultat void

OperationProcessingFailed() public méthode

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

SerilogCoreEvents() public méthode

public SerilogCoreEvents ( ILogger logger ) : System
logger ILogger
Résultat System