Class Logger
- Namespace
- BotManager.Runtime
- Assembly
- BotManager.Runtime.dll
A simple logger class that writers to the std/err output.
public sealed class Logger
- Inheritance
-
Logger
- Inherited Members
Constructors
Logger()
public Logger()
Methods
Error(string, string)
Writes a message to the error output.
public void Error(string tag, string message)
Parameters
Info(string, string)
Writes a message to the standard output.
public void Info(string tag, string message)