Photon Bolt Engine API 1.3

Public Member Functions | List of all members
Photon.Bolt.Utils.BoltLog.IWriter Interface Reference

The interface providing log writing capabilities to an output More...

Inheritance diagram for Photon.Bolt.Utils.BoltLog.IWriter:

Public Member Functions

void Debug (string message)
 
void Error (string message)
 
void Info (string message)
 
void Warn (string message)
 

Detailed Description

The interface providing log writing capabilities to an output

Member Function Documentation

◆ Debug()

void Photon.Bolt.Utils.BoltLog.IWriter.Debug ( string  message)

◆ Error()

void Photon.Bolt.Utils.BoltLog.IWriter.Error ( string  message)

◆ Info()

void Photon.Bolt.Utils.BoltLog.IWriter.Info ( string  message)

◆ Warn()

void Photon.Bolt.Utils.BoltLog.IWriter.Warn ( string  message)