Skip to content

Commit 6edfecd

Browse files
committed
+ Added logging for InnerLoadAPI
1 parent 860b45b commit 6edfecd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/EmptyFlow.SciterAPI/Client/SciterAPIHost.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public SciterAPIHost () {
5050
}
5151

5252
private void InnerLoadAPI () {
53+
Console.WriteLine ("Start load Sciter API....");
54+
5355
m_apiPointer = SciterAPI ();
5456
if ( m_apiPointer == IntPtr.Zero ) return;
5557

@@ -69,6 +71,8 @@ private void InnerLoadAPI () {
6971
Console.WriteLine ( $"SciterAPI version: {VersionOfLibrary}" );
7072

7173
m_basicApi.SciterExec ( ApplicationCommand.SCITER_APP_INIT, IntPtr.Zero, IntPtr.Zero );
74+
75+
Console.WriteLine ( "Sciter API Loaded!" );
7276
}
7377

7478
/// <summary>

0 commit comments

Comments
 (0)