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.
|
Name |
Description |
|
Assert(Boolean, String) |
|
|
Assert(Func(Boolean), String) |
|
|
Assert(T)(Boolean, String) |
|
|
Assert(T)(Func(Boolean), String) |
|
|
Debug(Object, String) |
|
|
Debug(T)(Object, String) |
|
|
Disable(T) |
Disables logging for the specified type. |
|
Error(Object, String) |
|
|
Error(T)(Object, String) |
|
|
Fails(Boolean, String) |
|
|
Fails(Func(Boolean), String) |
|
|
Fails(T)(Boolean, String) |
|
|
Fails(T)(Func(Boolean), String) |
|
|
Info(Object, String) |
|
|
Info(T)(Object, String) |
|
|
Warn(Object, String) |
|
|
Warn(T)(Object, String) |
|
Back to Top
Logger Class
Furcadia.Logging Namespace