|
Logger Methods
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
The Logger type exposes the following members.
Methods
| Name | Description |
---|
| Assert(Boolean, String) | |
| Assert(FuncBoolean, String) | |
| AssertT(Boolean, String) | |
| AssertT(FuncBoolean, String) | |
| Debug(Object, String) | |
| DebugT(Object, String) | |
| DisableT |
Disables logging for the specified type.
|
| Error(Object, String) | |
| ErrorT(Object, String) | |
| Fails(Boolean, String) | |
| Fails(FuncBoolean, String) | |
| FailsT(Boolean, String) | |
| FailsT(FuncBoolean, String) | |
| Info(Object, String) | |
| InfoT(Object, String) | |
| Warn(Object, String) | |
| WarnT(Object, String) | |
TopSee Also