| Logger Methods |
[This is preliminary documentation and is subject to change.]
Methods
| Name | Description |
---|
| Assert(Boolean, String) | |
| AssertT(Boolean, String) | |
| Debug(Object) | |
| DebugT(Object) | |
| DebugFormat(String, Object) | |
| DebugFormatT(String, Object) | |
| Error(Object) | |
| ErrorT(Object) | |
| ErrorFormat(String, Object) | |
| ErrorFormatT(String, Object) | |
| Fails(Boolean, String) | |
| FailsT(Boolean, String) | |
| Info(Object) | |
| InfoT(Object) | |
| InfoFormat(String, Object) | |
| InfoFormatT(String, Object) | |
| Log | |
| Warn(Object) | |
| WarnT(Object) | |
| WarnFormat(String, Object) | |
| WarnFormatT(String, Object) | |
TopSee Also