C# Class FullInspector.Internal.fiLog

Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Méthode Description
Blank ( ) : void
InsertAndClearMessagesTo ( List buffer ) : void
Log ( object tag, string message ) : void
Log ( object tag, string format, object arg0 ) : void
Log ( object tag, string format, object arg0, object arg1 ) : void
Log ( object tag, string format, object arg0, object arg1, object arg2 ) : void

Private Methods

Méthode Description
GetTag ( object tag ) : string

Method Details

Blank() public static méthode

public static Blank ( ) : void
Résultat void

InsertAndClearMessagesTo() public static méthode

public static InsertAndClearMessagesTo ( List buffer ) : void
buffer List
Résultat void

Log() public static méthode

public static Log ( object tag, string message ) : void
tag object
message string
Résultat void

Log() public static méthode

public static Log ( object tag, string format, object arg0 ) : void
tag object
format string
arg0 object
Résultat void

Log() public static méthode

public static Log ( object tag, string format, object arg0, object arg1 ) : void
tag object
format string
arg0 object
arg1 object
Résultat void

Log() public static méthode

public static Log ( object tag, string format, object arg0, object arg1, object arg2 ) : void
tag object
format string
arg0 object
arg1 object
arg2 object
Résultat void