'Declaration
Public Function New( _ ByVal skipFrames As Integer, _ ByVal localOrigin As Boolean _ )
public MessageSourceProvider( int skipFrames, bool localOrigin )
Parameters
- skipFrames
- The number of stack frames to skip over to find the first candidate to be identified as the source of the log message.
- localOrigin
- True if logging a message originating in Gibraltar code. False if logging a message from the client application.