|
PeanutButter
|
Describes the contract for a very simple logging service. More...
Public Member Functions | |
| void | LogDebug (string message) |
| Log a debug message. | |
| void | LogInfo (string message) |
| Log an info message. | |
| void | LogWarning (string message) |
| Log a warning message. | |
| void | LogFatal (string message) |
| Log a fatal message - service should probably quit. | |
Describes the contract for a very simple logging service.
| void PeanutButter.ServiceShell.ISimpleLogger.LogDebug | ( | string | message | ) |
| void PeanutButter.ServiceShell.ISimpleLogger.LogFatal | ( | string | message | ) |
Log a fatal message - service should probably quit.
| message |
Implemented in PeanutButter.ServiceShell.Shell.
| void PeanutButter.ServiceShell.ISimpleLogger.LogInfo | ( | string | message | ) |
| void PeanutButter.ServiceShell.ISimpleLogger.LogWarning | ( | string | message | ) |