Name | Description | |
---|---|---|
BinaryFileTarget Constructor | Overloaded. |
The following tables list the members exposed by BinaryFileTarget.
Name | Description | |
---|---|---|
BinaryFileTarget Constructor | Overloaded. |
Name | Description | |
---|---|---|
AnyFilters | Used internally for performance. Returns true if there is any filter defined for this target. (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
AssemblyNameFilter | If specified, only log for a specific assembly name It is possible to use multiple assemblies delimited by a comma and the asterisk wildcard. (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
BufferSize | When a logging target is wrapped by a BufferedWrapper, this is how often messages are committed (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
ClassNameFilter | If specified, only log for a specific class name It is possible to use multiple classes delimited by a comma and the asterisk wildcard. (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
CurrentEntry | The current LogEntry we're working with (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
DateFormat | The date format for the LogTime variable. See the Date Format topic in the Basic Tasks Section of the Help File (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
Extension | Return the extension for the file | |
FileRollingMaxArchiveFiles | The maximum number of files to keep when the FileRollingStyle is ArchivingMaxLogEntries, ArchiveSize, or ArchiveTimePeriod (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
FileRollingMaxSize | The maximum file size in bytes when the FileRollingStyle is ArchiveSize (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
FileRollingStyle | What to do with old entries. Options are NoRolling, ArchiveMaxLogEntries, ArchiveSize, ArchiveTimePeriod, DiscardMaxLogEntries The default is DiscardMaxLogEntries (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
FileRollingTimePeriod | How often to archive log files when the FileRollingStyle is ArchiveTimePeriod (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
Footer | Footer for the file (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
Header | Header for the file (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
IndexSize | Get the size of the index for the log entries | |
IsOpen | Indicates the state of the connection to the log file | |
LogCount | The number of messages that have been logged for this logger (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
LogEntries | Get the number of entries that have been logged in the file | |
LogFilePath | Specify the log file path. You can specify dynamic paths using these constructs: Server.MapPath for ASP.NET, Web Services, and WCF Special Folders | |
MachineNameFilter | If specified, logging will only occur for the specific machine name It is possible to use multiple machines delimited by a comma and the asterisk wildcard. (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
MaxLogEntries | The maximum entries before discarding old entries. Defaults to 10,000 (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
MessageFormat | What to output in the log. See the Message Format topic in the Basic Tasks Section of the Help File (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
MethodNameFilter | If specified, only log for a specific method name It is possible to use multiple methods delimited by a comma and the asterisk wildcard. (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
MinimumLevel | The minimum logging level to log a message (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
Mode | Defines which mode to use for the target; Synchronous, Buffered, or Asynchronous. The default is Synchronous. (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
Name | The name of the logger (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
NamespaceFilter | If specified, only log for a specific namespace. It is possible to use multiple namespaces delimited by a comma and the asterisk wildcard. (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
ThreadNameFilter | If specified, logging will only occur for the thread id or thread name specified It is possible to use multiple thread names delimited by a comma and the asterisk wildcard. (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
UserNameFilter | If specified, logging will only occur for the specific user name It is possible to use multiple users delimited by a comma and the asterisk wildcard. (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) |
Name | Description | |
---|---|---|
CurrentLine | The current line that we're working with (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
LogFilePathExpanded | (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) |
Name | Description | |
---|---|---|
ClearArchiveFiles | Clear all archive files (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
ClearLog | Clear the file log (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
CloseConnection | Overridden. Close the connection for the file | |
Dispose | Overloaded. Clear asynchronous queue and close connections (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
FileExists | Returns true if the file exists (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
Flush | Wait to write out buffered and asynchronous targets (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
FormatMessage | Format a message with all selected options for the target (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
GetFileBytes | Get all the bytes in a file (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) | |
GetLogEntries | Get a page of log entries in the log file | |
LogMessage | Overridden. Log a message to the target. The file is automatically opened when the first log entry is written | |
OpenConnection | Open the connection to the log file |
Name | Description | |
---|---|---|
ProcessField | Post processing of formatting a message for each field (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) | |
ProcessLine | Process the current LogEntry and build the current line to be written to the log file. (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseFileTarget) |