C# Class Serilog.Tests.Support.Some

Afficher le fichier Open project: serilog/serilog

Méthodes publiques

Méthode Description
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

Method Details

DebugEvent() public static méthode

public static DebugEvent ( DateTimeOffset timestamp = null ) : LogEvent
timestamp DateTimeOffset
Résultat Serilog.Events.LogEvent

Decimal() public static méthode

public static Decimal ( ) : decimal
Résultat decimal

InformationEvent() public static méthode

public static InformationEvent ( DateTimeOffset timestamp = null ) : LogEvent
timestamp DateTimeOffset
Résultat Serilog.Events.LogEvent

Instant() public static méthode

public static Instant ( ) : System.DateTime
Résultat System.DateTime

Int() public static méthode

public static Int ( ) : int
Résultat int

LogEvent() public static méthode

public static LogEvent ( DateTimeOffset timestamp = null, LogEventLevel level = LogEventLevel.Information ) : LogEvent
timestamp DateTimeOffset
level LogEventLevel
Résultat Serilog.Events.LogEvent

LogEventProperty() public static méthode

public static LogEventProperty ( ) : LogEventProperty
Résultat Serilog.Events.LogEventProperty

MessageTemplate() public static méthode

public static MessageTemplate ( ) : Serilog.Events.MessageTemplate
Résultat Serilog.Events.MessageTemplate

NonexistentTempFilePath() public static méthode

public static NonexistentTempFilePath ( ) : string
Résultat string

OffsetInstant() public static méthode

public static OffsetInstant ( ) : DateTimeOffset
Résultat DateTimeOffset

String() public static méthode

public static String ( string tag = null ) : string
tag string
Résultat string

TempFilePath() public static méthode

public static TempFilePath ( ) : string
Résultat string

TempFolderPath() public static méthode

public static TempFolderPath ( ) : string
Résultat string

TimeSpan() public static méthode

public static TimeSpan ( ) : System.TimeSpan
Résultat System.TimeSpan