Метод | Описание | |
---|---|---|
CloseAllOpenFiles ( ) : Task | ||
CloseAllOpenStreamsInternal ( ) : void |
Метод | Описание | |
---|---|---|
DoCleanup ( |
||
DoWriteAsync ( |
||
EnsureInitialized ( ) : Task | ||
FileTargetBase ( |
||
GetCompressedLogsInternal ( ) : Task |
||
GetWritableStreamForFile ( string fileName ) : Task |
||
WriteAsyncCore ( LogWriteContext context, LogEventInfo entry ) : Task |
Метод | Описание | |
---|---|---|
CheckCleanupAsync ( ) : Task | ||
ForceCleanupAsync ( ) : Task | ||
GetCompressedLogs ( ) : Task |
||
GetOrCreateStreamWriterForFile ( string fileName ) : Task |
public CloseAllOpenStreamsInternal ( ) : void | ||
Результат | void |
protected abstract DoCleanup ( |
||
pattern | ||
threshold | System.DateTime | |
Результат | Task |
protected abstract DoWriteAsync ( |
||
fileName | ||
contents | string | |
entry | LogEventInfo | |
Результат | Task |
protected abstract EnsureInitialized ( ) : Task | ||
Результат | Task |
protected FileTargetBase ( |
||
layout | ||
Результат | System.Text.RegularExpressions |
protected abstract GetCompressedLogsInternal ( ) : Task |
||
Результат | Task |
protected abstract GetWritableStreamForFile ( string fileName ) : Task |
||
fileName | string | |
Результат | Task |
protected final WriteAsyncCore ( LogWriteContext context, LogEventInfo entry ) : Task |
||
context | LogWriteContext | |
entry | LogEventInfo | |
Результат | Task |