Angel
A 2D Game Prototyping Engine
Public Member Functions
ConsoleLog Class Reference

A log that writes to the current Console. More...

#include <Log.h>

+ Inheritance diagram for ConsoleLog:

List of all members.

Public Member Functions

virtual void Log (const String &val)

Detailed Description

This type of Log will append any text you give it to the Console's log area (visible by toggling the Console on [the '~' key by default]).

Definition at line 73 of file Log.h.


Member Function Documentation

void ConsoleLog::Log ( const String &  val) [virtual]

Writes the string to the Console

Parameters:
valThe string to be logged

Implements DeveloperLog.

Definition at line 103 of file Log.cpp.


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