C# Class Whitelog.Interface.LogExtenstions

Afficher le fichier Open project: ronenbarak/Whitelog

Méthodes publiques

Méthode Description
Debug ( this log, string message, object paramaeter = null ) : void
Error ( this log, string message, object paramaeter = null ) : void
Fatal ( this log, string message, object paramaeter = null ) : void
Info ( this log, string message, object paramaeter = null ) : void
Log ( this log, ILogTitle title, object paramaeter = null ) : void
Log ( this log, string title, string message, object paramaeter = null ) : void
Warning ( this log, string message, object paramaeter = null ) : void

Method Details

Debug() public static méthode

public static Debug ( this log, string message, object paramaeter = null ) : void
log this
message string
paramaeter object
Résultat void

Error() public static méthode

public static Error ( this log, string message, object paramaeter = null ) : void
log this
message string
paramaeter object
Résultat void

Fatal() public static méthode

public static Fatal ( this log, string message, object paramaeter = null ) : void
log this
message string
paramaeter object
Résultat void

Info() public static méthode

public static Info ( this log, string message, object paramaeter = null ) : void
log this
message string
paramaeter object
Résultat void

Log() public static méthode

public static Log ( this log, ILogTitle title, object paramaeter = null ) : void
log this
title ILogTitle
paramaeter object
Résultat void

Log() public static méthode

public static Log ( this log, string title, string message, object paramaeter = null ) : void
log this
title string
message string
paramaeter object
Résultat void

Warning() public static méthode

public static Warning ( this log, string message, object paramaeter = null ) : void
log this
message string
paramaeter object
Résultat void