Table of Contents

Class Log

Namespace
AO
Assembly
CoreAssembly.dll

Functions that log to the console or users log files.

public static class Log
Inheritance
Log
Inherited Members

Methods

Debug(string)

public static void Debug(string message)

Parameters

message string

Error(string)

public static void Error(string message)

Parameters

message string

Info(string)

public static void Info(string message)

Parameters

message string

Warn(string)

public static void Warn(string message)

Parameters

message string