C# Class MonoTouch.Fabric.Crashlytics.Crashlytics

Mostrar archivo Open project: joeisapro/MonoTouch.Fabric

Public Methods

Method Description
CLSLog ( string format ) : void
CLSNSLog ( string format ) : void

Private Methods

Method Description
CLSLogv ( IntPtr format, sbyte ap ) : void
CLSNSLogv ( IntPtr format, sbyte ap ) : void
__CLSLog ( IntPtr format, string arg0 ) : void
__CLSLog_arm64 ( IntPtr format, IntPtr dummy1, IntPtr dummy2, IntPtr dummy3, IntPtr dummy4, IntPtr dummy5, IntPtr dummy6, string arg0 ) : void
__CLSNSLog ( IntPtr format, string arg0 ) : void
__CLSNSLog_arm64 ( IntPtr format, IntPtr dummy1, IntPtr dummy2, IntPtr dummy3, IntPtr dummy4, IntPtr dummy5, IntPtr dummy6, string arg0 ) : void

Method Details

CLSLog() public static method

public static CLSLog ( string format ) : void
format string
return void

CLSNSLog() public static method

public static CLSNSLog ( string format ) : void
format string
return void