Метод | Описание | |
---|---|---|
Blank ( ) : void | ||
InsertAndClearMessagesTo ( List |
||
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 |
Метод | Описание | |
---|---|---|
GetTag ( object tag ) : string |
public static InsertAndClearMessagesTo ( List |
||
buffer | List |
|
Результат | void |
public static Log ( object tag, string message ) : void | ||
tag | object | |
message | string | |
Результат | void |
public static Log ( object tag, string format, object arg0 ) : void | ||
tag | object | |
format | string | |
arg0 | object | |
Результат | void |
public static Log ( object tag, string format, object arg0, object arg1 ) : void | ||
tag | object | |
format | string | |
arg0 | object | |
arg1 | object | |
Результат | void |
public static Log ( object tag, string format, object arg0, object arg1, object arg2 ) : void | ||
tag | object | |
format | string | |
arg0 | object | |
arg1 | object | |
arg2 | object | |
Результат | void |