grail (C  1.0.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
Grail.Sink Class Referenceabstract

The Sink class - destination of logger messages More...

Inheritance diagram for Grail.Sink:

Public Member Functions

 Sink (bool isSynchronized=false)
 
void Sync (string message)
 

Protected Member Functions

abstract void Log (string message)
 Log - override this method to define how the messege should be logged More...
 

Detailed Description

The Sink class - destination of logger messages

Member Function Documentation

◆ Log()

abstract void Grail.Sink.Log ( string  message)
protectedpure virtual

Log - override this method to define how the messege should be logged

Parameters
message

Implemented in Grail.FileSink, and Grail.DefaultSink.


The documentation for this class was generated from the following file: