Class TelemetryLogAppender
Inheritance
System.Object
TelemetryLogAppender
Assembly: Cloud-ShareSync.Core.Logging.dll
Syntax
class TelemetryLogAppender : RollingFileAppender
Constructors
|
Improve this Doc
View Source
TelemetryLogAppender(String, Int32, Int32)
Declaration
public TelemetryLogAppender(string path, int maxSizeRollBackups, int maximumFileSize)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
| System.Int32 |
maxSizeRollBackups |
|
| System.Int32 |
maximumFileSize |
|
Fields
|
Improve this Doc
View Source
_pattern
Declaration
readonly PatternLayout _pattern
Field Value
| Type |
Description |
| PatternLayout |
|
|
Improve this Doc
View Source
s_telemetryFilter
Declaration
static readonly List<IFilter> s_telemetryFilter
Field Value
| Type |
Description |
| List<IFilter> |
|