C# Class FullInspector.Internal.fiLog

Show file Open project: jacobdufault/fullinspector

Public Methods

Method 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

Method Description
GetTag ( object tag ) : string

Method Details

Blank() public static method

public static Blank ( ) : void
return void

InsertAndClearMessagesTo() public static method

public static InsertAndClearMessagesTo ( List buffer ) : void
buffer List
return void

Log() public static method

public static Log ( object tag, string message ) : void
tag object
message string
return void

Log() public static method

public static Log ( object tag, string format, object arg0 ) : void
tag object
format string
arg0 object
return void

Log() public static method

public static Log ( object tag, string format, object arg0, object arg1 ) : void
tag object
format string
arg0 object
arg1 object
return void

Log() public static method

public static Log ( object tag, string format, object arg0, object arg1, object arg2 ) : void
tag object
format string
arg0 object
arg1 object
arg2 object
return void