예제 #1
0
 /// <summary>
 /// This called by an instance of LogReceiverLoggerFactory
 /// just prior to the LogSocketReader
 /// starting to read LogEntries from the Socket.
 /// </summary>
 /// <remarks>
 /// Subclasses can override this method to perform
 /// any initialization necessary. Alternatively, PreStart() can be overridden.
 /// </remarks>
 /// <param name="aFactory">The LogReceiverLoggerFactory that created this Logger.</param>
 protected internal virtual void PreStart(LogReceiverLoggerFactory aFactory)
 {
     PreStart();
 }
예제 #2
0
 /// <summary>
 /// This called by an instance of LogReceiverLoggerFactory
 /// just prior to the LogSocketReader
 /// starting to read LogEntries from the Socket.
 /// </summary>
 /// <remarks>
 /// Subclasses can override this method to perform
 /// any initialization necessary. Alternatively, PreStart() can be overridden.
 /// </remarks>
 /// <param name="aFactory">The LogReceiverLoggerFactory that created this Logger.</param>
 internal protected virtual void PreStart(LogReceiverLoggerFactory aFactory)
 {
     PreStart();
 }