C# 클래스 Serilog.Tests.Support.Some

파일 보기 프로젝트 열기: serilog/serilog

공개 메소드들

메소드 설명
DebugEvent ( DateTimeOffset timestamp = null ) : LogEvent
Decimal ( ) : decimal
InformationEvent ( DateTimeOffset timestamp = null ) : LogEvent
Instant ( ) : System.DateTime
Int ( ) : int
LogEvent ( DateTimeOffset timestamp = null, LogEventLevel level = LogEventLevel.Information ) : LogEvent
LogEventProperty ( ) : LogEventProperty
MessageTemplate ( ) : Serilog.Events.MessageTemplate
NonexistentTempFilePath ( ) : string
OffsetInstant ( ) : DateTimeOffset
String ( string tag = null ) : string
TempFilePath ( ) : string
TempFolderPath ( ) : string
TimeSpan ( ) : System.TimeSpan

메소드 상세

DebugEvent() 공개 정적인 메소드

public static DebugEvent ( DateTimeOffset timestamp = null ) : LogEvent
timestamp DateTimeOffset
리턴 Serilog.Events.LogEvent

Decimal() 공개 정적인 메소드

public static Decimal ( ) : decimal
리턴 decimal

InformationEvent() 공개 정적인 메소드

public static InformationEvent ( DateTimeOffset timestamp = null ) : LogEvent
timestamp DateTimeOffset
리턴 Serilog.Events.LogEvent

Instant() 공개 정적인 메소드

public static Instant ( ) : System.DateTime
리턴 System.DateTime

Int() 공개 정적인 메소드

public static Int ( ) : int
리턴 int

LogEvent() 공개 정적인 메소드

public static LogEvent ( DateTimeOffset timestamp = null, LogEventLevel level = LogEventLevel.Information ) : LogEvent
timestamp DateTimeOffset
level LogEventLevel
리턴 Serilog.Events.LogEvent

LogEventProperty() 공개 정적인 메소드

public static LogEventProperty ( ) : LogEventProperty
리턴 Serilog.Events.LogEventProperty

MessageTemplate() 공개 정적인 메소드

public static MessageTemplate ( ) : Serilog.Events.MessageTemplate
리턴 Serilog.Events.MessageTemplate

NonexistentTempFilePath() 공개 정적인 메소드

public static NonexistentTempFilePath ( ) : string
리턴 string

OffsetInstant() 공개 정적인 메소드

public static OffsetInstant ( ) : DateTimeOffset
리턴 DateTimeOffset

String() 공개 정적인 메소드

public static String ( string tag = null ) : string
tag string
리턴 string

TempFilePath() 공개 정적인 메소드

public static TempFilePath ( ) : string
리턴 string

TempFolderPath() 공개 정적인 메소드

public static TempFolderPath ( ) : string
리턴 string

TimeSpan() 공개 정적인 메소드

public static TimeSpan ( ) : System.TimeSpan
리턴 System.TimeSpan