C# Class Batch.Internal.Logger

Datei anzeigen Open project: BatchLabs/unity-plugin

Public Methods

Method Description
Error ( bool debug, string method, Exception exception ) : void
Error ( bool debug, string method, string message ) : void
Log ( bool debug, string method, Exception exception ) : void
Log ( bool debug, string method, string message ) : void

Method Details

Error() public static method

public static Error ( bool debug, string method, Exception exception ) : void
debug bool
method string
exception System.Exception
return void

Error() public static method

public static Error ( bool debug, string method, string message ) : void
debug bool
method string
message string
return void

Log() public static method

public static Log ( bool debug, string method, Exception exception ) : void
debug bool
method string
exception System.Exception
return void

Log() public static method

public static Log ( bool debug, string method, string message ) : void
debug bool
method string
message string
return void