NET Logging Library
BaseIsolatedFileTarget Class Methods


KellermanSoftware.NetLoggingLibrary.Targets Namespace : BaseIsolatedFileTarget Class

For a list of all members of this type, see BaseIsolatedFileTarget members.

Public Methods
 NameDescription
Public MethodOverridden.  Clear the file log  
Public Method Close the connection to the file  
Public MethodOverloaded.  Clear asynchronous queue and close connections (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget)
Public Method Returns true if file exists  
Public Method Wait to write out buffered and asynchronous targets (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget)
Public Method Format a message with all selected options for the target (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget)
Public Method Get all the bytes in a file  
Public MethodOverridden.  Log an entry to a file  
Top
Protected Methods
 NameDescription
Protected Method Initialize the custom logger, we cannot call this inside the virtual constructor as it calls virtual methods see:CA2214  
Protected Method Post processing of formatting a message for each field (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget)
Protected Method Determine if we need to write out a header line  
Protected Method Process the current LogEntry and build the current line to be written to the log file.  
Protected Method Process the current LogEntry, build the current log file string entry and keep a running count of how many entries we have  
Top
See Also

Reference

BaseIsolatedFileTarget Class
KellermanSoftware.NetLoggingLibrary.Targets Namespace