Class CollectingLogger
Logger that stores/collects all messages.
Implements
Inherited Members
Namespace: GLTFast.Logging
Assembly: solution.dll
Syntax
[Serializable]
public class CollectingLogger : ICodeLogger
Properties
| Name | Description |
|---|---|
| Count | Number of log items in Items |
| Items | Items that were logged |
Methods
| Name | Description |
|---|---|
| Error(LogCode, params string[]) | Dispatches a critical error message. |
| Error(string) | Dispatches a critical error message. |
| Info(LogCode, params string[]) | Dispatches an informational message. |
| Info(string) | Dispatches an informational message. |
| LogAll() | Logs all collected messages to the console. |
| Warning(LogCode, params string[]) | Dispatches a warning message. |
| Warning(string) | Dispatches a warning message. |