PeanutButter
Loading...
Searching...
No Matches
PeanutButter.ServiceShell.ISimpleLogger Interface Reference

Describes the contract for a very simple logging service. More...

Inheritance diagram for PeanutButter.ServiceShell.ISimpleLogger:
PeanutButter.ServiceShell.Shell

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.

Detailed Description

Describes the contract for a very simple logging service.

Member Function Documentation

◆ LogDebug()

void PeanutButter.ServiceShell.ISimpleLogger.LogDebug ( string message)

Log a debug message.

Parameters
message

Implemented in PeanutButter.ServiceShell.Shell.

◆ LogFatal()

void PeanutButter.ServiceShell.ISimpleLogger.LogFatal ( string message)

Log a fatal message - service should probably quit.

Parameters
message

Implemented in PeanutButter.ServiceShell.Shell.

◆ LogInfo()

void PeanutButter.ServiceShell.ISimpleLogger.LogInfo ( string message)

Log an info message.

Parameters
message

Implemented in PeanutButter.ServiceShell.Shell.

◆ LogWarning()

void PeanutButter.ServiceShell.ISimpleLogger.LogWarning ( string message)

Log a warning message.

Parameters
message

Implemented in PeanutButter.ServiceShell.Shell.


The documentation for this interface was generated from the following file:
  • source/Win32Service/PeanutButter.ServiceShell/Shell.cs