For a list of all members of this type, see IsolatedXmlTarget members.
Name | Description | |
---|---|---|
![]() | Initialize | Initialize the custom logger, we cannot call this inside the virtual constructor as it calls virtual methods see:CA2214 (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseIsolatedFileTarget) |
![]() | ProcessField | Overridden. Replace new lines with the pipe, replace XML characters with standard codes |
![]() | ProcessHeaderAndFooter | Determine if we need to write out a header line (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseIsolatedFileTarget) |
![]() | ProcessLine | Overridden. Get the log line |
![]() | WriteLogEntry | Process the current LogEntry, build the current log file string entry and keep a running count of how many entries we have (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseIsolatedFileTarget) |