C# Class CSL.NetworkExtensions.Framework.Debug

Show file Open project: Katalyst6/CSL.NetworkExtensions Class Usage Examples

Public Methods

Method Description
Error ( ) : void
Error ( bool useComma ) : void
Log ( ) : void
Message ( ) : void
Message ( bool useComma ) : void
Out ( ColossalFramework messageType, bool useComma ) : void
Warning ( ) : void
Warning ( bool useComma ) : void

Method Details

Error() public static method

public static Error ( ) : void
return void

Error() public static method

public static Error ( bool useComma ) : void
useComma bool
return void

Log() public static method

public static Log ( ) : void
return void

Message() public static method

public static Message ( ) : void
return void

Message() public static method

public static Message ( bool useComma ) : void
useComma bool
return void

Out() public static method

public static Out ( ColossalFramework messageType, bool useComma ) : void
messageType ColossalFramework
useComma bool
return void

Warning() public static method

public static Warning ( ) : void
return void

Warning() public static method

public static Warning ( bool useComma ) : void
useComma bool
return void