Méthode | Description | |
---|---|---|
D ( string tag, string msg ) : void | ||
D ( string tag, string msg, Exception tr ) : void | ||
E ( string tag, string msg ) : void | ||
E ( string tag, string msg, System tr ) : void | ||
GoBack ( ) : bool | ||
GoForward ( ) : bool | ||
I ( string tag, string msg ) : void | ||
I ( string tag, string msg, System tr ) : void | ||
TestLogger ( Text loggerText, SourceLevels, filterLevel ) : System | ||
V ( string tag, string msg ) : void | ||
V ( string tag, string msg, Exception tr ) : void | ||
W ( string tag, System tr ) : void | ||
W ( string tag, string msg ) : void | ||
W ( string tag, string msg, System tr ) : void |
Méthode | Description | |
---|---|---|
Flatten ( Exception tr ) : Exception | ||
WriteToLog ( string message ) : void |
public D ( string tag, string msg, Exception tr ) : void | ||
tag | string | |
msg | string | |
tr | Exception | |
Résultat | void |
public E ( string tag, string msg, System tr ) : void | ||
tag | string | |
msg | string | |
tr | System | |
Résultat | void |
public I ( string tag, string msg, System tr ) : void | ||
tag | string | |
msg | string | |
tr | System | |
Résultat | void |
public TestLogger ( Text loggerText, SourceLevels, filterLevel ) : System | ||
loggerText | Text | |
filterLevel | SourceLevels, | |
Résultat | System |
public V ( string tag, string msg, Exception tr ) : void | ||
tag | string | |
msg | string | |
tr | Exception | |
Résultat | void |
public W ( string tag, string msg, System tr ) : void | ||
tag | string | |
msg | string | |
tr | System | |
Résultat | void |