C# Class Landertron.Logger

Mostra file Open project: Kerbas-ad-astra/XTLandertron

Public Methods

Method Description
Logger ( string prefix = "" ) : System
debug ( object message, UnityEngine context = null ) : void
error ( object message, UnityEngine context = null ) : void
info ( object message, UnityEngine context = null ) : void
warning ( object message, UnityEngine context = null ) : void

Method Details

Logger() public method

public Logger ( string prefix = "" ) : System
prefix string
return System

debug() public method

public debug ( object message, UnityEngine context = null ) : void
message object
context UnityEngine
return void

error() public method

public error ( object message, UnityEngine context = null ) : void
message object
context UnityEngine
return void

info() public method

public info ( object message, UnityEngine context = null ) : void
message object
context UnityEngine
return void

warning() public method

public warning ( object message, UnityEngine context = null ) : void
message object
context UnityEngine
return void