C# Class PrisonLabor.Core.Other.DebugLogger

ファイルを表示 Open project: Aviuz/PrisonLabor

Public Methods

Method Description
debug ( string msg ) : void
info ( string msg ) : void

Private Methods

Method Description
warn ( string msg ) : void

Method Details

debug() public static method

public static debug ( string msg ) : void
msg string
return void

info() public static method

public static info ( string msg ) : void
msg string
return void